3 references to UnionTryGetValueMethods
Microsoft.CodeAnalysis.CSharp (3)
Symbols\NamedTypeSymbol.cs (3)
2707
ImmutableArray<MethodSymbol> tryGetValueMethods = this.
UnionTryGetValueMethods
();
2760
ImmutableArray<MethodSymbol> definitionTryGetValueMethods = this.OriginalDefinition.
UnionTryGetValueMethods
();
2876
foreach (var candidate in this.
UnionTryGetValueMethods
())