7 references to GetUnionTypeValuePropertyNoUseSiteDiagnostics
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Patterns.cs (1)
160return Symbol.Equals(Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics(unionType), symbol, TypeCompareKind.AllIgnoreOptions);
Binder\UnionMatchingRewriter.cs (1)
60PropertySymbol? valueProperty = Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics((NamedTypeSymbol)unionMatchingInputType.StrippedType());
FlowAnalysis\NullableWalker.cs (4)
4469valueProperty = Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics(unionType); 8001Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics(unionType) is { } unionValue) 10696Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics(unionType) is { } valueProperty) 12261unionValue = Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics(unionType);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2090if (Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics(this) is null)