3 references to WithProperties
Microsoft.CodeAnalysis (2)
MetadataReference\PortableExecutableReference.cs (2)
91return WithProperties(Properties.WithAliases(aliases)); 101return WithProperties(Properties.WithEmbedInteropTypes(value));
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\Metadata\MetadataReferenceCache.cs (1)
63mref = mref.WithProperties(properties);