9 references to WRN_UnsafeMeaningless
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
214case ErrorCode.WRN_UnsafeMeaningless: 2591or ErrorCode.WRN_UnsafeMeaningless
Generated\ErrorFacts.Generated.cs (1)
350case ErrorCode.WRN_UnsafeMeaningless:
Symbols\Source\SourceMemberContainerSymbol.cs (1)
383diagnostics.Add(ErrorCode.WRN_UnsafeMeaningless, GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.CSharp15.UnitTests (4)
UnsafeEvolutionTests.cs (4)
2765Diagnostic(ErrorCode.WRN_UnsafeMeaningless, "D").WithLocation(12, 22), 2786Diagnostic(ErrorCode.WRN_UnsafeMeaningless, "D").WithLocation(12, 22)); 3234Diagnostic(ErrorCode.WRN_UnsafeMeaningless, "D2").WithLocation(7, 22), 3240Diagnostic(ErrorCode.WRN_UnsafeMeaningless, "D2").WithLocation(7, 22),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
485case ErrorCode.WRN_UnsafeMeaningless: