Compiler\TypePreinit.cs (6)
1868else if (TryGetSpanElementType(locationType, isReadOnlySpan: true, out MetadataType readOnlySpanElementType))
1872else if (TryGetSpanElementType(locationType, isReadOnlySpan: false, out MetadataType spanElementType))
2989if (!TryGetSpanElementType(field.OwningType, isReadOnlySpan: true, out elementType)
2990&& !TryGetSpanElementType(field.OwningType, isReadOnlySpan: false, out elementType))
3016if (!TryGetSpanElementType(field.OwningType, isReadOnlySpan: true, out elementType)
3017&& !TryGetSpanElementType(field.OwningType, isReadOnlySpan: false, out elementType))