1 reference to _span
Microsoft.Interop.SourceGeneration (1)
Utils\SyntaxFactoryExtensions.cs (1)
81
public static GenericNameSyntax SpanOf(TypeSyntax type) => GenericName(
_span
, TypeArgumentList(SingletonSeparatedList(type)));