9 references to WRN_UnsafeMeaningless
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
214case ErrorCode.WRN_UnsafeMeaningless: 2592or 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)
3349Diagnostic(ErrorCode.WRN_UnsafeMeaningless, "D").WithLocation(12, 22), 3370Diagnostic(ErrorCode.WRN_UnsafeMeaningless, "D").WithLocation(12, 22)); 3927Diagnostic(ErrorCode.WRN_UnsafeMeaningless, "D2").WithLocation(7, 22), 3933Diagnostic(ErrorCode.WRN_UnsafeMeaningless, "D2").WithLocation(7, 22),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
485case ErrorCode.WRN_UnsafeMeaningless: