9 references to Create
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (1)
142=> new(SymbolUsageInfo.Create((ValueUsageInfo)valueUsageInfo));
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (7)
660return SymbolUsageInfo.Create(ValueUsageInfo.WritableReference); 664return SymbolUsageInfo.Create(ValueUsageInfo.ReadableWritableReference); 668return SymbolUsageInfo.Create(ValueUsageInfo.ReadableReference); 672return SymbolUsageInfo.Create(ValueUsageInfo.Write); 685return SymbolUsageInfo.Create(ValueUsageInfo.Name); 690return SymbolUsageInfo.Create(ValueUsageInfo.Name); 725return SymbolUsageInfo.Create(valueUsageInfo);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SymbolUsageInfo.cs (1)
20public static readonly SymbolUsageInfo None = Create(ValueUsageInfo.None);