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})"; 136public Cci.ITypeReference Type => _type;