2 instantiations of LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.cs (1)
762? new LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo(symbol, isDelegateConversion)
Errors\LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo.cs (1)
30return new LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo(this, severity);
1 reference to LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (1)
Errors\LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo.cs (1)
22private LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo(LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo original, DiagnosticSeverity severity) : base(original, severity)