1 write to _declaringTypeId
Microsoft.CodeAnalysis (1)
MemberDescriptor.cs (1)
125this._declaringTypeId = DeclaringTypeId;
5 references to _declaringTypeId
Microsoft.CodeAnalysis (5)
MemberDescriptor.cs (5)
50public bool IsSpecialTypeMember => _declaringTypeId < (int)InternalSpecialType.NextAvailable; 56Debug.Assert(_declaringTypeId < (int)InternalSpecialType.NextAvailable); 57return (ExtendedSpecialType)_declaringTypeId; 65Debug.Assert(_declaringTypeId >= (int)WellKnownType.First); 66return (WellKnownType)_declaringTypeId;