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