2 writes to _mapOrType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedParameterSymbol.cs (2)
37
_mapOrType
= map;
66
_mapOrType
= substituted;
2 references to _mapOrType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedParameterSymbol.cs (2)
54
var mapOrType =
_mapOrType
;
83
var map =
_mapOrType
as TypeMap;