1 write to _toFind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
978
_toFind
= toFind;
2 references to _toFind
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (2)
1048
Debug.Assert((object)typeParameter.ContainingSymbol ==
_toFind
);
1055
NamedTypeSymbol containingType =
_toFind
.ContainingType;