1 write to _HiddenTypes
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
84
_HiddenTypes
= new List<CType>();
3 references to _HiddenTypes
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
276
_HiddenTypes
.Add(type);
281
_HiddenTypes
.Add(typeObject);
805
while (
_HiddenTypes
.Contains(_pCurrentType))