Compiler\TypePreinit.cs (6)
1884else if (TryGetSpanElementType(locationType, isReadOnlySpan: true, out MetadataType readOnlySpanElementType))
1888else if (TryGetSpanElementType(locationType, isReadOnlySpan: false, out MetadataType spanElementType))
3005if (!TryGetSpanElementType(field.OwningType, isReadOnlySpan: true, out elementType)
3006&& !TryGetSpanElementType(field.OwningType, isReadOnlySpan: false, out elementType))
3032if (!TryGetSpanElementType(field.OwningType, isReadOnlySpan: true, out elementType)
3033&& !TryGetSpanElementType(field.OwningType, isReadOnlySpan: false, out elementType))