1 write to _embedInteropTypes
Microsoft.CodeAnalysis (1)
MetadataReference\MetadataReferenceProperties.cs (1)
71_embedInteropTypes = embedInteropTypes;
6 references to _embedInteropTypes
Microsoft.CodeAnalysis (6)
MetadataReference\MetadataReferenceProperties.cs (6)
100return new MetadataReferenceProperties(_kind, aliases, _embedInteropTypes, HasRecursiveAliases); 117return new MetadataReferenceProperties(_kind, _aliases, _embedInteropTypes, value); 151public bool EmbedInteropTypes => _embedInteropTypes; 167&& _embedInteropTypes == other._embedInteropTypes 174return Hash.Combine(Hash.CombineValues(Aliases), Hash.Combine(_embedInteropTypes, Hash.Combine(HasRecursiveAliases, ((int)_kind).GetHashCode())));