2 writes to _mapOrType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedParameterSymbol.cs (2)
32
_mapOrType
= map;
61
_mapOrType
= substituted;
2 references to _mapOrType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedParameterSymbol.cs (2)
49
var mapOrType =
_mapOrType
;
76
var map =
_mapOrType
as TypeMap;