18 references to ERR_FixedNotInStruct
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1244case ErrorCode.ERR_FixedNotInStruct:
Symbols\Source\SourceMemberFieldSymbol.cs (1)
561diagnostics.Add(ErrorCode.ERR_FixedNotInStruct, ErrorLocation);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\FixedSizeBufferTests.cs (2)
643Diagnostic(ErrorCode.ERR_FixedNotInStruct, "G"), 646Diagnostic(ErrorCode.ERR_FixedNotInStruct, "F"),
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),
Semantics\ScriptSemanticsTests.cs (2)
1140Diagnostic(ErrorCode.ERR_FixedNotInStruct, "x").WithLocation(1, 11), 1163Diagnostic(ErrorCode.ERR_FixedNotInStruct, "x").WithLocation(1, 11),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\GenericConstraintTests.cs (1)
1012Diagnostic(ErrorCode.ERR_FixedNotInStruct, "F").WithLocation(4, 15),
Symbols\SymbolErrorTests.cs (3)
15377Diagnostic(ErrorCode.ERR_FixedNotInStruct, "a")); 15493Diagnostic(ErrorCode.ERR_FixedNotInStruct, "_bufferInner")); 15511Diagnostic(ErrorCode.ERR_FixedNotInStruct, "_bufferOuter"));