1 write to _type
Microsoft.CodeAnalysis (1)
CodeGen\PrivateImplementationDetails.cs (1)
824
_type
= type;
4 references to _type
Microsoft.CodeAnalysis (4)
CodeGen\PrivateImplementationDetails.cs (4)
827
internal Cci.ITypeReference Type =>
_type
;
829
public override string ToString() => $"{(object?)
_type
.GetInternalSymbol() ??
_type
} {(object?)ContainingTypeDefinition.GetInternalSymbol() ?? ContainingTypeDefinition}.{this.Name}";
831
public override Cci.ITypeReference GetType(EmitContext context) =>
_type
;