2 writes to _declaringType
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeName.cs (2)
60_declaringType = declaringType; 84_declaringType = declaringType;
4 references to _declaringType
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeName.cs (4)
118if (_declaringType is null) 123return _declaringType; 232public bool IsNested => _declaringType is not null; 528return new TypeName(fullName: null, AssemblyName, elementOrGenericType: this, declaringType: _declaringType, genericTypeArguments: typeArguments);