11 references to WithProperties
Microsoft.CodeAnalysis (2)
MetadataReference\MetadataReference.cs (2)
62
return
WithProperties
(Properties.WithEmbedInteropTypes(value));
72
return
WithProperties
(Properties.WithAliases(aliases));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (8)
Compilation\ReferenceManagerTests.cs (8)
2330
{ "a", (PortableExecutableReference)aRef.
WithProperties
(MetadataReferenceProperties.Assembly.WithRecursiveAliases(true)) }
2359
{ "a", (PortableExecutableReference)aRef.
WithProperties
(MetadataReferenceProperties.Assembly) }
2397
aRef.
WithProperties
(MetadataReferenceProperties.Assembly.WithAliases(ImmutableArray.Create("Y")).WithRecursiveAliases(true)),
2432
aRef.
WithProperties
(MetadataReferenceProperties.Assembly.WithAliases(ImmutableArray.Create("Y")).WithRecursiveAliases(true)),
2469
aRef.
WithProperties
(MetadataReferenceProperties.Assembly.WithAliases(ImmutableArray.Create("Y")).WithRecursiveAliases(true)),
2470
aRef.
WithProperties
(MetadataReferenceProperties.Assembly.WithAliases(ImmutableArray.Create("Y")).WithRecursiveAliases(true)),
2509
aRef.
WithProperties
(MetadataReferenceProperties.Assembly.WithAliases(ImmutableArray.Create("Y", "Y")).WithRecursiveAliases(true)),
2510
dRef.
WithProperties
(MetadataReferenceProperties.Assembly.WithAliases(ImmutableArray.Create("Z")).WithRecursiveAliases(true)),
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\Metadata\MetadataReferenceCache.cs (1)
57
mref = mref.
WithProperties
(properties);