1 write to _type
Microsoft.CodeAnalysis (1)
CodeGen\PrivateImplementationDetails.cs (1)
628_type = type;
4 references to _type
Microsoft.CodeAnalysis (4)
CodeGen\PrivateImplementationDetails.cs (4)
632public override string ToString() => $"{(object?)_type.GetInternalSymbol() ?? _type} {(object?)_containingType.GetInternalSymbol() ?? _containingType}.{this.Name}"; 688public Cci.ITypeReference GetType(EmitContext context) => _type; 694internal Cci.ITypeReference Type => _type;