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