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