10 writes to typeReferenceNeedsToken
Microsoft.CodeAnalysis (10)
PEWriter\ReferenceIndexer.cs (2)
72this.typeReferenceNeedsToken = true; 152this.typeReferenceNeedsToken = true;
PEWriter\ReferenceIndexerBase.cs (8)
39this.typeReferenceNeedsToken = true; 45this.typeReferenceNeedsToken = true; 264this.typeReferenceNeedsToken = true; 305this.typeReferenceNeedsToken = true; 323this.typeReferenceNeedsToken = true; 410this.typeReferenceNeedsToken = false; 442this.typeReferenceNeedsToken = (typeReference.AsSpecializedNestedTypeReference == null); 456this.typeReferenceNeedsToken = false;
11 references to typeReferenceNeedsToken
Microsoft.CodeAnalysis (11)
PEWriter\ReferenceIndexer.cs (2)
74Debug.Assert(!this.typeReferenceNeedsToken); 154Debug.Assert(!this.typeReferenceNeedsToken);
PEWriter\ReferenceIndexerBase.cs (9)
47Debug.Assert(!this.typeReferenceNeedsToken); 186if (!this.typeReferenceNeedsToken && namespaceTypeReference.TypeCode != PrimitiveTypeCode.NotPrimitive) 224if (!this.typeReferenceNeedsToken && nestedTypeReference.AsSpecializedNestedTypeReference != null) 266Debug.Assert(!this.typeReferenceNeedsToken); 307Debug.Assert(!this.typeReferenceNeedsToken); 325Debug.Assert(!this.typeReferenceNeedsToken); 405if (!this.typeReferenceNeedsToken) 422if (this.typeReferenceNeedsToken || nestedTypeReference != null || 435if (this.typeReferenceNeedsToken && _alreadyHasToken.Add(new IReferenceOrISignature(typeReference)))