2 references to GetUnionTypeValueProperty
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (2)
27
inputType =
GetUnionTypeValueProperty
(unionTypeOverride, ref useSiteInfo)?.Type ?? Compilation.GetSpecialType(SpecialType.System_Object);
94
return
GetUnionTypeValueProperty
(inputUnionType, ref useSiteInfo);