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; 300get { return _contentType; } 426Hash.Combine((int)_contentType,
MetadataReference\AssemblyIdentity.DisplayName.cs (2)
124switch (_contentType) 134throw ExceptionUtilities.UnexpectedValue(_contentType);