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