3 references to ERR_UnionDeclarationNeedsCaseTypes
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2584or ErrorCode.ERR_UnionDeclarationNeedsCaseTypes
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4902diagnostics.Add(ErrorCode.ERR_UnionDeclarationNeedsCaseTypes, valuePropertySyntax.Identifier.GetLocation());
Microsoft.CodeAnalysis.CSharp.CSharp15.UnitTests (1)
UnionsTests.cs (1)
24043Diagnostic(ErrorCode.ERR_UnionDeclarationNeedsCaseTypes, "S1").WithLocation(100, 7)