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)
100
return new MetadataReferenceProperties(_kind, aliases,
_embedInteropTypes
, HasRecursiveAliases);
117
return new MetadataReferenceProperties(_kind, _aliases,
_embedInteropTypes
, value);
151
public bool EmbedInteropTypes =>
_embedInteropTypes
;
167
&&
_embedInteropTypes
== other.
_embedInteropTypes
174
return Hash.Combine(Hash.CombineValues(Aliases), Hash.Combine(
_embedInteropTypes
, Hash.Combine(HasRecursiveAliases, ((int)_kind).GetHashCode())));