Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public SymbolDeclaredCompilationEvent(Compilation compilation, ISymbol symbol, L

/// <summary>
/// Lockable object only instance is knowledgeable about.
/// <summary>
/// </summary>
private readonly object _gate = new object();

public SemanticModel SemanticModel(SyntaxReference reference)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
.stackreserve 0x00100000
.subsystem 0x0003 // WINDOWS_CUI
.corflags 0x00000001 // ILONLY
// Image base: 0x02730000
// Image base: 0x04D70000


// =============== CLASS MEMBERS DECLARATION ===================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
.stackreserve 0x00100000
.subsystem 0x0003 // WINDOWS_CUI
.corflags 0x00000001 // ILONLY
// Image base: 0x01330000
// Image base: 0x008F0000


// =============== CLASS MEMBERS DECLARATION ===================
Expand Down