12 references to CreateSZArray
Microsoft.CodeAnalysis.CSharp (12)
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));
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
(