6 references to WRN_CLS_VolatileField
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
414
this.AddDiagnostic(ErrorCode.
WRN_CLS_VolatileField
, symbol.GetFirstLocation(), symbol);
Errors\ErrorFacts.cs (2)
403
case ErrorCode.
WRN_CLS_VolatileField
:
1542
or ErrorCode.
WRN_CLS_VolatileField
Generated\ErrorFacts.Generated.cs (1)
148
case ErrorCode.
WRN_CLS_VolatileField
:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\Source\ClsComplianceTests.cs (1)
966
Diagnostic(ErrorCode.
WRN_CLS_VolatileField
, "F1").WithArguments("A.F1"));
Symbols\SymbolErrorTests.cs (1)
19385
new ErrorDescription { Code = (int)ErrorCode.
WRN_CLS_VolatileField
, Line = 4, Column = 25, IsWarning = true });