1 write to _typeReferences
Microsoft.Cci.Extensions (1)
Experimental\TypeReferenceVisitor.cs (1)
22
_typeReferences
= new HashSet<ITypeReference>();
2 references to _typeReferences
Microsoft.Cci.Extensions (2)
Experimental\TypeReferenceVisitor.cs (2)
26
public ICollection<ITypeReference> TypeReferences { get { return
_typeReferences
; } }
64
_typeReferences
.Add(type);