6 references to TryGetSpanElementType
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
1857else if (TryGetSpanElementType(locationType, isReadOnlySpan: true, out MetadataType readOnlySpanElementType)) 1861else if (TryGetSpanElementType(locationType, isReadOnlySpan: false, out MetadataType spanElementType)) 2978if (!TryGetSpanElementType(field.OwningType, isReadOnlySpan: true, out elementType) 2979&& !TryGetSpanElementType(field.OwningType, isReadOnlySpan: false, out elementType)) 3005if (!TryGetSpanElementType(field.OwningType, isReadOnlySpan: true, out elementType) 3006&& !TryGetSpanElementType(field.OwningType, isReadOnlySpan: false, out elementType))