1 write to _embedInteropTypes
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectReference.cs (1)
29
_embedInteropTypes
= embedInteropTypes;
4 references to _embedInteropTypes
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectReference.cs (4)
42
public bool EmbedInteropTypes =>
_embedInteropTypes
;
57
_embedInteropTypes
== reference.
_embedInteropTypes
;
67
=> Hash.CombineValues(_aliases, Hash.Combine(_projectId,
_embedInteropTypes
.GetHashCode()));