2 writes to _mapOrType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedParameterSymbol.cs (2)
39
_mapOrType
= map;
68
_mapOrType
= substituted;
2 references to _mapOrType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedParameterSymbol.cs (2)
56
var mapOrType =
_mapOrType
;
85
var map =
_mapOrType
as TypeMap;