1 write to Diagnostics
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
2372this.Diagnostics = diagnostics;
2 references to Diagnostics
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (2)
232Debug.Assert(!entryPointAndDiagnostics.Diagnostics.Diagnostics.IsDefault); 233diagnostics.AddRange(entryPointAndDiagnostics.Diagnostics, allowMismatchInDependencyAccumulation: true);