1 write to _unionType
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.UnionTypeTypeUnionValueSetFactory.cs (1)
21
_unionType
= unionType;
2 references to _unionType
Microsoft.CodeAnalysis.CSharp (2)
Utilities\ValueSetFactory.UnionTypeTypeUnionValueSetFactory.cs (2)
26
Debug.Assert(!
_unionType
.UnionCaseTypes.Any(t => t.IsNullableType()));
27
return
_unionType
.UnionCaseTypes;