1 write to _spanOfT
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (1)
639
_spanOfT
= compilation.GetBestTypeByMetadataName(TypeNames.System_Span_Metadata);
3 references to _spanOfT
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (3)
958
VerifyUnmanagedCollectionElementType(diagnosticReporter, methods.UnmanagedValuesDestination, expectedUnmanagedCollectionElementType,
_spanOfT
);
998
if (SymbolEqualityComparer.Default.Equals(spanTypeMaybe.OriginalDefinition,
_spanOfT
) || SymbolEqualityComparer.Default.Equals(spanTypeMaybe.OriginalDefinition, _readOnlySpanOfT))
1246
VerifyUnmanagedCollectionElementType(diagnosticReporter, methods.UnmanagedValuesDestination, expectedUnmanagedCollectionElementType,
_spanOfT
);