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