1 write to EmbedInteropTypes
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectReference.cs (1)
25EmbedInteropTypes = embedInteropTypes;
8 references to EmbedInteropTypes
Microsoft.CodeAnalysis.Workspaces (8)
Serialization\SerializerService_Asset.cs (1)
71writer.WriteBoolean(reference.EmbedInteropTypes);
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
661embedInteropTypes: convertedReference.ProjectReference.EmbedInteropTypes), 742convertedProject.ProjectReference.EmbedInteropTypes == properties.EmbedInteropTypes &&
Workspace\Solution\ProjectReference.cs (3)
53EmbedInteropTypes == reference.EmbedInteropTypes; 63=> Hash.CombineValues(Aliases, Hash.Combine(ProjectId, EmbedInteropTypes.GetHashCode()));
Workspace\Solution\SolutionCompilationState.cs (2)
1224return compilation.ToMetadataReference(projectReference.Aliases, projectReference.EmbedInteropTypes); 1234var properties = new MetadataReferenceProperties(aliases: projectReference.Aliases, embedInteropTypes: projectReference.EmbedInteropTypes);