6 references to HandleCustomModifiers
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Metadata\PE\DynamicTypeDecoder.cs (6)
124
if (decoder.
HandleCustomModifiers
(targetSymbolCustomModifierCount) && decoder.HandleRefKind(targetSymbolRefKind))
180
return
HandleCustomModifiers
(type.CustomModifierCount()) ? type : null;
307
if (!
HandleCustomModifiers
(arrayType.ElementTypeWithAnnotations.CustomModifiers.Length))
330
if (!
HandleCustomModifiers
(pointerType.PointedAtTypeWithAnnotations.CustomModifiers.Length))
400
if (!decoder.
HandleCustomModifiers
(refCustomModifiers.Length)
402
|| !decoder.
HandleCustomModifiers
(typeWithAnnotations.CustomModifiers.Length))