1 write to _type
Microsoft.CodeAnalysis (1)
CodeGen\LocalDefinition.cs (1)
75
_type
= type;
2 references to _type
Microsoft.CodeAnalysis (2)
CodeGen\LocalDefinition.cs (2)
85
=> $"{_slot}: {_nameOpt ?? "<unnamed>"} ({
_type
})";
136
public Cci.ITypeReference Type =>
_type
;