1 instantiation of SubstitutedFieldSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\FieldSymbol.cs (1)
331
return newOwner.IsDefinition ? this : new
SubstitutedFieldSymbol
(newOwner as SubstitutedNamedTypeSymbol, this);
1 reference to SubstitutedFieldSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\FieldSymbol.cs (1)
515
if (other is
SubstitutedFieldSymbol
sfs)