2 instantiations of LazyArrayElementCantBeRefAnyDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
654diagnostics.Add(new LazyArrayElementCantBeRefAnyDiagnosticInfo(type), node.ElementType.GetLocation());
Errors\LazyArrayElementCantBeRefAnyDiagnosticInfo.cs (1)
29return new LazyArrayElementCantBeRefAnyDiagnosticInfo(this, severity);
1 reference to LazyArrayElementCantBeRefAnyDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (1)
Errors\LazyArrayElementCantBeRefAnyDiagnosticInfo.cs (1)
22private LazyArrayElementCantBeRefAnyDiagnosticInfo(LazyArrayElementCantBeRefAnyDiagnosticInfo original, DiagnosticSeverity severity) : base(original, severity)