5 references to GetCompatibleSubstitutedMember
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
8738&& SourceNamedTypeSymbol.GetCompatibleSubstitutedMember(binder.Compilation, method, receiverType) == null)
Binder\Binder_Symbols.cs (1)
1588if (SourceNamedTypeSymbol.GetCompatibleSubstitutedMember(this.Compilation, symbol, receiverType) is { } compatibleSubstitutedMember)
Compilation\CSharpSemanticModel.cs (1)
1681if (SourceNamedTypeSymbol.GetCompatibleSubstitutedMember(binder.Compilation, symbol, receiverType) is { } compatibleSubstitutedMember)
Symbols\MemberSymbolExtensions.cs (2)
283constructed = (MethodSymbol?)SourceNamedTypeSymbol.GetCompatibleSubstitutedMember(compilation, constructed, receiverType); 299return (PropertySymbol?)SourceNamedTypeSymbol.GetCompatibleSubstitutedMember(compilation, property, receiverType);