1 write to RefCustomModifiers
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
1197
info.
RefCustomModifiers
= info.CustomModifiers;
10 references to RefCustomModifiers
Microsoft.CodeAnalysis.CSharp (10)
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (2)
550
RefCustomModifiers = CSharpCustomModifier.Convert(retInfo.
RefCustomModifiers
);
567
var paramRefCustomMods = CSharpCustomModifier.Convert(param.
RefCustomModifiers
);
Symbols\Metadata\PE\MemberRefMetadataDecoder.cs (2)
267
!CustomModifiersMatch(candidateMethodTypeMap.SubstituteCustomModifiers(candidateParam.RefCustomModifiers), targetParam.
RefCustomModifiers
))
295
!CustomModifiersMatch(candidateMethodTypeMap.SubstituteCustomModifiers(candidateMethod.RefCustomModifiers), targetReturnParam.
RefCustomModifiers
))
Symbols\Metadata\PE\PEParameterSymbol.cs (2)
203
parameterInfo.IsByRef, parameterInfo.
RefCustomModifiers
, parameterInfo.Type,
230
parameterInfo.IsByRef, parameterInfo.
RefCustomModifiers
, parameterInfo.Type,
Symbols\Metadata\PE\PEPropertySymbol.cs (4)
205
PEPropertySymbol result = returnInfo.CustomModifiers.IsDefaultOrEmpty && returnInfo.
RefCustomModifiers
.IsDefaultOrEmpty
342
return propertyParams.Any(p => (!p.
RefCustomModifiers
.IsDefaultOrEmpty && p.
RefCustomModifiers
.Any(static m => !m.IsOptional && !m.Modifier.IsWellKnownTypeInAttribute())) ||
1087
_refCustomModifiers = CSharpCustomModifier.Convert(returnInfo.
RefCustomModifiers
);