1 write to Type
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
89
this.
Type
= type;
2 references to Type
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataDecoder.cs (2)
97
return new LocalInfo<TypeSymbol>(this.
Type
, this.CustomModifiers, this.Constraints, signature);
1166
return info.
Type
;