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