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