1 write to Diagnostics
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
2325this.Diagnostics = diagnostics;
7 references to Diagnostics
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (2)
232Debug.Assert(!entryPointAndDiagnostics.Diagnostics.Diagnostics.IsDefault); 233diagnostics.AddRange(entryPointAndDiagnostics.Diagnostics, allowMismatchInDependencyAccumulation: true);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Compilation\CompilationAPITests.cs (5)
1644entryPointAndDiagnostics.Diagnostics.Verify(); 1799entryPoint.Diagnostics.Verify( 1821entryPoint.Diagnostics.Verify(); 1848entryPoint.Diagnostics.Verify( 1877entryPointAndDiagnostics.Diagnostics.Verify();