1 write to _sourceItfs
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeClassDesc.cs (1)
49
_sourceItfs
??= new LinkedList<string>();
2 references to _sourceItfs
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeClassDesc.cs (2)
50
_sourceItfs
.AddLast(itfName);
62
return
_sourceItfs
.Contains(itfName);