3 references to SetDiagnostics
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\MethodCompiler.vb (3)
669
If CType(method, SourceMethodSymbol).
SetDiagnostics
(ImmutableArray(Of Diagnostic).Empty) Then
1228
If sourceMethod IsNot Nothing AndAlso sourceMethod.
SetDiagnostics
(ImmutableArray(Of Diagnostic).Empty) Then
1260
If sourceMethod.
SetDiagnostics
(diagsForCurrentMethod.DiagnosticBag.ToReadOnly()) Then