7 references to UnionValuePropertyNoUseSiteDiagnostics
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Patterns.cs (1)
49return Symbol.Equals(unionType.UnionValuePropertyNoUseSiteDiagnostics(), symbol, TypeCompareKind.AllIgnoreOptions);
Binder\UnionMatchingRewriter.cs (1)
65PropertySymbol? valueProperty = ((NamedTypeSymbol)unionMatchingInputType.StrippedType()).UnionValuePropertyNoUseSiteDiagnostics();
FlowAnalysis\NullableWalker.cs (4)
4464valueProperty = unionType.UnionValuePropertyNoUseSiteDiagnostics(); 8014unionType.UnionValuePropertyNoUseSiteDiagnostics() is { } unionValue) 10715unionType.UnionValuePropertyNoUseSiteDiagnostics() is { } valueProperty) 12319unionValue = unionType.UnionValuePropertyNoUseSiteDiagnostics();
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2116if (this.UnionValuePropertyNoUseSiteDiagnostics() is null)