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