8 references to ERR_MissingStructOffset
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1000
or ErrorCode.
ERR_MissingStructOffset
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
341
diagnostics.Add(ErrorCode.
ERR_MissingStructOffset
, this.ErrorLocation, this.AttributeOwner);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Attributes\AttributeTests.cs (1)
2095
Diagnostic(ErrorCode.
ERR_MissingStructOffset
, "P").WithArguments("Test.P").WithLocation(7, 16)
Attributes\AttributeTests_StructLayout.cs (2)
520
Diagnostic(ErrorCode.
ERR_MissingStructOffset
, "c1").WithArguments("E.c1").WithLocation(30, 9),
523
Diagnostic(ErrorCode.
ERR_MissingStructOffset
, "c2").WithArguments("E.c2").WithLocation(30, 13),
Semantics\PrimaryConstructorTests.cs (2)
20322
Diagnostic(ErrorCode.
ERR_MissingStructOffset
, "y").WithArguments("S.<y>P").WithLocation(5, 21),
20325
Diagnostic(ErrorCode.
ERR_MissingStructOffset
, "X").WithArguments("S.X").WithLocation(7, 9)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\SymbolErrorTests.cs (1)
14645
Diagnostic(ErrorCode.
ERR_MissingStructOffset
, "Num").WithArguments("TestNamespace.Str.Num").WithLocation(9, 20)