17 references to CreateSZArray
Microsoft.CodeAnalysis.CSharp (17)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
160
return ArrayTypeSymbol.
CreateSZArray
(_otherAssembly, symbol.ElementTypeWithAnnotations.WithTypeAndModifiers(otherElementType, otherModifiers));
866
return ArrayTypeSymbol.
CreateSZArray
(symbol.BaseTypeNoUseSiteDiagnostics.ContainingAssembly, symbol.ElementTypeWithAnnotations.WithTypeAndModifiers(translatedElementType, translatedModifiers));
Emitter\Model\PEModuleBuilder.cs (2)
1579
var byteArrayType = ArrayTypeSymbol.
CreateSZArray
(byteType.ContainingAssembly, TypeWithAnnotations.Create(byteType));
1665
var boolArray = ArrayTypeSymbol.
CreateSZArray
(booleanType.ContainingAssembly, TypeWithAnnotations.Create(booleanType));
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (4)
240
ArrayTypeSymbol.
CreateSZArray
(_compilation.Assembly, elementType),
296
arrayType = ArrayTypeSymbol.
CreateSZArray
(_compilation.Assembly, elementType);
421
arrayOrList = CreateEmptyArray(syntax, ArrayTypeSymbol.
CreateSZArray
(_compilation.Assembly, elementType));
442
SynthesizedReadOnlyListKind.Array => createArray(node, ArrayTypeSymbol.
CreateSZArray
(_compilation.Assembly, elementType)),
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
104
var byteArray = ArrayTypeSymbol.
CreateSZArray
(_compilation.Assembly, TypeWithAnnotations.Create(byteType));
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
137
type = TypeWithAnnotations.Create(ArrayTypeSymbol.
CreateSZArray
(containingType.ContainingAssembly, type));
Symbols\ArrayTypeSymbol.cs (1)
43
return
CreateSZArray
(declaringAssembly, elementTypeWithAnnotations);
Symbols\Compilation_WellKnownMembers.cs (1)
789
var boolArray = ArrayTypeSymbol.
CreateSZArray
(booleanType.ContainingAssembly, TypeWithAnnotations.Create(booleanType));
Symbols\Metadata\PE\DynamicTypeDecoder.cs (1)
321
ArrayTypeSymbol.
CreateSZArray
(_containingAssembly, arrayType.ElementTypeWithAnnotations.WithTypeAndModifiers(transformedElementType, arrayType.ElementTypeWithAnnotations.CustomModifiers)) :
Symbols\Metadata\PE\SymbolFactory.cs (1)
71
return ArrayTypeSymbol.
CreateSZArray
(moduleSymbol.ContainingAssembly, CreateType(elementType, customModifiers));
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
707
return ArrayTypeSymbol.
CreateSZArray
(this.RetargetingAssembly, newElement);
Symbols\Synthesized\SynthesizedEmbeddedNativeIntegerAttributeSymbol.cs (1)
33
ArrayTypeSymbol.
CreateSZArray
(
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (1)
37
ArrayTypeSymbol.
CreateSZArray
(