7 references to GetUnionTypeValuePropertyNoUseSiteDiagnostics
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Patterns.cs (1)
192
return Symbol.Equals(Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
(unionType), symbol, TypeCompareKind.AllIgnoreOptions);
Binder\UnionMatchingRewriter.cs (1)
60
PropertySymbol? valueProperty = Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
((NamedTypeSymbol)unionMatchingInputType.StrippedType());
FlowAnalysis\NullableWalker.cs (4)
4478
valueProperty = Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
(unionType);
8028
Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
(unionType) is { } unionValue)
10725
Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
(unionType) is { } valueProperty)
12329
unionValue = Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
(unionType);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2091
if (Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
(this) is null)