1 instantiation of DynamicTypeDecoder
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\DynamicTypeDecoder.cs (1)
121
var decoder = new
DynamicTypeDecoder
(dynamicTransformFlags, haveCustomModifierFlags, checkLength, containingAssembly);
10 references to DynamicTypeDecoder
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Metadata\PE\DynamicTypeDecoder.cs (2)
121
var
decoder = new DynamicTypeDecoder(dynamicTransformFlags, haveCustomModifierFlags, checkLength, containingAssembly);
398
static (TypeWithAnnotations, bool madeChanges) handle(ref
DynamicTypeDecoder
decoder, RefKind refKind, ImmutableArray<CustomModifier> refCustomModifiers, TypeWithAnnotations typeWithAnnotations)
Symbols\Metadata\PE\PEEventSymbol.cs (1)
97
var typeSymbol =
DynamicTypeDecoder
.TransformType(originalEventType, targetSymbolCustomModifierCount, handle, moduleSymbol);
Symbols\Metadata\PE\PEFieldSymbol.cs (1)
312
typeSymbol =
DynamicTypeDecoder
.TransformType(typeSymbol, customModifiersArray.Length, _handle, moduleSymbol);
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
506
TypeSymbol decodedType =
DynamicTypeDecoder
.TransformType(baseType, 0, _handle, moduleSymbol);
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
293
var typeSymbol =
DynamicTypeDecoder
.TransformType(typeWithAnnotations.Type, countOfCustomModifiers, handle, moduleSymbol, refKind);
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
229
originalPropertyType =
DynamicTypeDecoder
.TransformType(originalPropertyType, typeCustomModifiers.Length, handle, moduleSymbol, _refKind);
Symbols\Source\CustomModifierUtils.cs (1)
79
TypeSymbol resultType =
DynamicTypeDecoder
.TransformTypeWithoutCustomModifierFlags(sourceType, containingAssembly, refKind, flags);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
CSharpEESymbolProvider.cs (1)
117
type =
DynamicTypeDecoder
.TransformTypeWithoutCustomModifierFlags(type, _sourceAssembly, refKind, dynamicFlagsOpt, checkLength: false);
Symbols\PlaceholderLocalSymbol.cs (1)
225
var dynamicType =
DynamicTypeDecoder
.TransformTypeWithoutCustomModifierFlags(