3 references to UnionValueProperty
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Patterns.cs (1)
38
inputType = unionTypeOverride.
UnionValueProperty
(ref useSiteInfo)?.Type ?? Compilation.GetSpecialType(SpecialType.System_Object);
Symbols\NamedTypeSymbol.cs (2)
2420
result = this.OriginalDefinition.
UnionValueProperty
(ref useSiteInfo);
2524
return this.
UnionValueProperty
(ref useSiteInfo);