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)
26public ICollection<ITypeReference> TypeReferences { get { return _typeReferences; } } 64_typeReferences.Add(type);