1 write to _objectType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (1)
31_objectType = objectType;
2 references to _objectType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (2)
106internal override NamedTypeSymbol BaseTypeNoUseSiteDiagnostics => _objectType; 141internal override NamedTypeSymbol GetDeclaredBaseType(ConsList<TypeSymbol> basesBeingResolved) => _objectType;