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