1 reference to SubstitutedFieldSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\FieldSymbol.cs (1)
331
return newOwner.IsDefinition ? this : new
SubstitutedFieldSymbol
(newOwner as SubstitutedNamedTypeSymbol, this);