5 references to Create
Microsoft.CodeAnalysis.CSharp.Features (4)
QuickInfo\CSharpDiagnosticAnalyzerQuickInfoProvider.cs (1)
153return QuickInfoItem.Create(location, sections:
QuickInfo\CSharpSyntacticQuickInfoProvider.cs (3)
85return QuickInfoItem.Create(token.Span, relatedSpans: spans); 138return QuickInfoItem.Create(token.Span, relatedSpans: [regionStart.Span]); 147return QuickInfoItem.Create(token.Span, relatedSpans: matchesBefore);
Microsoft.CodeAnalysis.Features (1)
QuickInfo\QuickInfoUtilities.cs (1)
51return QuickInfoItem.Create(span, sections: sections.ToImmutable());