4 writes to _contentType
Microsoft.CodeAnalysis (4)
MetadataReference\AssemblyIdentity.cs (4)
62
_contentType
= other.ContentType;
151
_contentType
= contentType;
173
_contentType
= AssemblyContentType.Default;
195
_contentType
= IsValid(contentType) ? contentType : AssemblyContentType.Default;
5 references to _contentType
Microsoft.CodeAnalysis (5)
MetadataReference\AssemblyIdentity.cs (3)
196
_isRetargetable = isRetargetable &&
_contentType
!= AssemblyContentType.WindowsRuntime;
300
get { return
_contentType
; }
426
Hash.Combine((int)
_contentType
,
MetadataReference\AssemblyIdentity.DisplayName.cs (2)
124
switch (
_contentType
)
134
throw ExceptionUtilities.UnexpectedValue(
_contentType
);