18 references to ERR_FixedNotInStruct
Microsoft.CodeAnalysis.CSharp (2)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
Semantics\PatternMatchingTests_Global.cs (4)
6183Diagnostic(ErrorCode.ERR_FixedNotInStruct, "b").WithLocation(3, 18),
6189Diagnostic(ErrorCode.ERR_FixedNotInStruct, "a").WithLocation(3, 12),
6215Diagnostic(ErrorCode.ERR_FixedNotInStruct, "b").WithLocation(3, 18),
6218Diagnostic(ErrorCode.ERR_FixedNotInStruct, "a").WithLocation(3, 12),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\OutVarTests.cs (4)
31961Diagnostic(ErrorCode.ERR_FixedNotInStruct, "b").WithLocation(3, 18),
31967Diagnostic(ErrorCode.ERR_FixedNotInStruct, "a").WithLocation(3, 12),
31992Diagnostic(ErrorCode.ERR_FixedNotInStruct, "b").WithLocation(3, 18),
31998Diagnostic(ErrorCode.ERR_FixedNotInStruct, "a").WithLocation(3, 12),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)