22 references to EmbedInteropTypes
Microsoft.CodeAnalysis (9)
Compilation\DeterministicKeyBuilder.cs (1)
446
writer.Write("embedInteropTypes", properties.
EmbedInteropTypes
);
MetadataReference\CompilationReference.cs (1)
70
/// <param name="value">The new value for <see cref="MetadataReferenceProperties.
EmbedInteropTypes
"/>.</param>
MetadataReference\MetadataImageReference.cs (1)
68
if (Properties.
EmbedInteropTypes
)
MetadataReference\MetadataReference.cs (1)
58
/// <param name="value">The new value for <see cref="MetadataReferenceProperties.
EmbedInteropTypes
"/>.</param>
MetadataReference\MetadataReferenceProperties.cs (1)
104
/// Returns <see cref="MetadataReferenceProperties"/> with <see cref="
EmbedInteropTypes
"/> set to specified value.
MetadataReference\PortableExecutableReference.cs (1)
97
/// <param name="value">The new value for <see cref="MetadataReferenceProperties.
EmbedInteropTypes
"/>.</param>
PEWriter\MetadataWriter.PortablePdb.cs (1)
989
byte kindAndEmbedInteropTypes = (byte)(portableReference.Properties.
EmbedInteropTypes
ReferenceManager\CommonReferenceManager.Binding.cs (1)
587
peReference.Properties.
EmbedInteropTypes
);
ReferenceManager\CommonReferenceManager.Resolution.cs (1)
358
peReference.Properties.
EmbedInteropTypes
);
Microsoft.CodeAnalysis.CSharp (3)
Symbols\ReferenceManager.cs (3)
92
var result = new AssemblyDataForCompilation(csReference.Compilation, csReference.Properties.
EmbedInteropTypes
);
104
if (primaryReference.Properties.
EmbedInteropTypes
!= duplicateReference.Properties.
EmbedInteropTypes
)
Microsoft.CodeAnalysis.Rebuild (1)
CompilationOptionsReader.cs (1)
333
if (metadataReference.Properties.
EmbedInteropTypes
!= metadataReferenceInfo.EmbedInteropTypes)
Microsoft.CodeAnalysis.VisualBasic (2)
CommandLine\VisualBasicCommandLineArguments.vb (1)
86
If Not refProps.
EmbedInteropTypes
AndAlso refProps.Kind = MetadataImageKind.Assembly Then
Symbols\ReferenceManager.vb (1)
116
Dim result As New AssemblyDataForCompilation(vbReference.Compilation, vbReference.Properties.
EmbedInteropTypes
)
Microsoft.CodeAnalysis.Workspaces (7)
Serialization\SerializedPortableExecutableReference.cs (1)
64
EmbedInteropTypes={this.Properties.
EmbedInteropTypes
}
Serialization\SerializerService_Reference.cs (1)
324
writer.WriteBoolean(properties.
EmbedInteropTypes
);
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (3)
584
var projectReference = new ProjectReference(projectIdToReference, peReference.Properties.Aliases, peReference.Properties.
EmbedInteropTypes
);
726
embedInteropTypes: properties.
EmbedInteropTypes
);
759
convertedProject.ProjectReference.EmbedInteropTypes == properties.
EmbedInteropTypes
&&
Workspace\Solution\SolutionCompilationState.SkeletonReferenceSet.cs (1)
45
embedInteropTypes: properties.
EmbedInteropTypes
,
Workspace\Workspace.cs (1)
1475
var newProjRef = new ProjectReference(matchingProjectId, pemeta.Properties.Aliases, pemeta.Properties.
EmbedInteropTypes
);