1 write to _HiddenTypes
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
83
_HiddenTypes
= new List<CType>();
3 references to _HiddenTypes
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
275
_HiddenTypes
.Add(type);
280
_HiddenTypes
.Add(typeObject);
804
while (
_HiddenTypes
.Contains(_pCurrentType))