1 write to EmbedInteropTypes
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectReference.cs (1)
25EmbedInteropTypes = embedInteropTypes;
9 references to EmbedInteropTypes
Microsoft.CodeAnalysis.Workspaces (8)
Serialization\SerializerService_Asset.cs (1)
71writer.WriteBoolean(reference.EmbedInteropTypes);
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
666embedInteropTypes: convertedReference.ProjectReference.EmbedInteropTypes), 747convertedProject.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)
1299return compilation.ToMetadataReference(projectReference.Aliases, projectReference.EmbedInteropTypes); 1309var properties = new MetadataReferenceProperties(aliases: projectReference.Aliases, embedInteropTypes: projectReference.EmbedInteropTypes);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpProjectShim.ICSharpVenusProjectSite.cs (1)
49ProjectSystemProject.AddProjectReference(new ProjectReference(existingProjectReference.ProjectId, ImmutableArray.Create(currentAliases), existingProjectReference.EmbedInteropTypes));