2 references to LazyArrayElementCantBeRefAnyDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Symbols.cs (1)
662diagnostics.Add(new LazyArrayElementCantBeRefAnyDiagnosticInfo(type), node.ElementType.GetLocation());
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
118verifyWithSeverity(new LazyArrayElementCantBeRefAnyDiagnosticInfo(type));