13 references to ERR_IllegalFixedType
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1321
or ErrorCode.
ERR_IllegalFixedType
Symbols\Source\SourceMemberFieldSymbol.cs (1)
589
diagnostics.Add(ErrorCode.
ERR_IllegalFixedType
, loc);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
CodeGen\CodeGenFunctionPointersTests.cs (1)
4301
Diagnostic(ErrorCode.
ERR_IllegalFixedType
, "delegate*<void>").WithLocation(4, 11)
CodeGen\FixedSizeBufferTests.cs (2)
331
Diagnostic(ErrorCode.
ERR_IllegalFixedType
, "S1").WithLocation(9, 18)
883
Diagnostic(ErrorCode.
ERR_IllegalFixedType
, "").WithLocation(8, 18),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\ScriptSemanticsTests.cs (1)
1166
Diagnostic(ErrorCode.
ERR_IllegalFixedType
, "var").WithLocation(1, 7),
Semantics\UnsafeTests.cs (3)
126
Diagnostic(ErrorCode.
ERR_IllegalFixedType
, "T").WithLocation(4, 18)
147
Diagnostic(ErrorCode.
ERR_IllegalFixedType
, "T").WithLocation(4, 18)
173
Diagnostic(ErrorCode.
ERR_IllegalFixedType
, "MyStruct<int>").WithLocation(9, 18)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\SymbolErrorTests.cs (4)
15539
Diagnostic(ErrorCode.
ERR_IllegalFixedType
, "string"));
15685
Diagnostic(ErrorCode.
ERR_IllegalFixedType
, "t"));
15736
Diagnostic(ErrorCode.
ERR_IllegalFixedType
, "goo"),
15739
Diagnostic(ErrorCode.
ERR_IllegalFixedType
, "bar"),