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