From 14994dc18ad587437ee71f5e9a7600d94396f176 Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Fri, 13 Feb 2015 13:15:11 -0800 Subject: [PATCH 1/2] Automated checkin: update Concord binaries from \\cpvsbuild\drops\dev14\VSPro_1\raw\22606.00 to version 22613.00. --- .../Source/Concord/Microsoft.VisualStudio.Debugger.Engine.il | 2 +- .../Source/Concord/Microsoft.VisualStudio.Debugger.Metadata.il | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ExpressionEvaluator/Core/Source/Concord/Microsoft.VisualStudio.Debugger.Engine.il b/src/ExpressionEvaluator/Core/Source/Concord/Microsoft.VisualStudio.Debugger.Engine.il index 8df535f4ff8d5..e689bbab78e3b 100644 --- a/src/ExpressionEvaluator/Core/Source/Concord/Microsoft.VisualStudio.Debugger.Engine.il +++ b/src/ExpressionEvaluator/Core/Source/Concord/Microsoft.VisualStudio.Debugger.Engine.il @@ -45,7 +45,7 @@ .stackreserve 0x00100000 .subsystem 0x0003 // WINDOWS_CUI .corflags 0x00000001 // ILONLY -// Image base: 0x02730000 +// Image base: 0x04D70000 // =============== CLASS MEMBERS DECLARATION =================== diff --git a/src/ExpressionEvaluator/Core/Source/Concord/Microsoft.VisualStudio.Debugger.Metadata.il b/src/ExpressionEvaluator/Core/Source/Concord/Microsoft.VisualStudio.Debugger.Metadata.il index fdf46c47859a9..e6bcf4c1171b0 100644 --- a/src/ExpressionEvaluator/Core/Source/Concord/Microsoft.VisualStudio.Debugger.Metadata.il +++ b/src/ExpressionEvaluator/Core/Source/Concord/Microsoft.VisualStudio.Debugger.Metadata.il @@ -44,7 +44,7 @@ .stackreserve 0x00100000 .subsystem 0x0003 // WINDOWS_CUI .corflags 0x00000001 // ILONLY -// Image base: 0x01330000 +// Image base: 0x008F0000 // =============== CLASS MEMBERS DECLARATION =================== From 56ceb97fdcd464ed9941cb20c0c5b1feded03425 Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Fri, 13 Feb 2015 13:33:08 -0800 Subject: [PATCH 2/2] Fix doc comment typo. --- .../DiagnosticAnalyzer/SymbolDeclaredCompilationEvent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/Core/Portable/DiagnosticAnalyzer/SymbolDeclaredCompilationEvent.cs b/src/Compilers/Core/Portable/DiagnosticAnalyzer/SymbolDeclaredCompilationEvent.cs index f5fde15087137..01db3bd58f62e 100644 --- a/src/Compilers/Core/Portable/DiagnosticAnalyzer/SymbolDeclaredCompilationEvent.cs +++ b/src/Compilers/Core/Portable/DiagnosticAnalyzer/SymbolDeclaredCompilationEvent.cs @@ -28,7 +28,7 @@ public SymbolDeclaredCompilationEvent(Compilation compilation, ISymbol symbol, L /// /// Lockable object only instance is knowledgeable about. - /// + /// private readonly object _gate = new object(); public SemanticModel SemanticModel(SyntaxReference reference)