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