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