22 overrides of RefCustomModifiers
Microsoft.CodeAnalysis.CSharp (22)
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
174
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
133
public sealed override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\ErrorMethodSymbol.cs (1)
119
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
771
public override ImmutableArray<CustomModifier>
RefCustomModifiers
{ get; }
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
778
public override ImmutableArray<CustomModifier>
RefCustomModifiers
=> Signature.ReturnParam.RefCustomModifiers;
Symbols\NativeIntegerTypeSymbol.cs (1)
368
public override ImmutableArray<CustomModifier>
RefCustomModifiers
=> UnderlyingMethod.RefCustomModifiers;
Symbols\ReducedExtensionMethodSymbol.cs (1)
503
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
143
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\SignatureOnlyMethodSymbol.cs (1)
85
public override ImmutableArray<CustomModifier>
RefCustomModifiers
{ get { return _refCustomModifiers; } }
Symbols\Source\LambdaSymbol.cs (1)
167
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Source\LocalFunctionSymbol.cs (1)
342
public override ImmutableArray<CustomModifier>
RefCustomModifiers
=> ImmutableArray<CustomModifier>.Empty;
Symbols\Source\SourceMemberMethodSymbol.cs (1)
790
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\SubstitutedMethodSymbol.cs (1)
240
public sealed override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
188
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
120
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
219
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
74
public sealed override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
163
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
153
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (1)
275
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Synthesized\SynthesizedSealedPropertyAccessor.cs (1)
238
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
149
public override ImmutableArray<CustomModifier>
RefCustomModifiers
19 references to RefCustomModifiers
Microsoft.CodeAnalysis.CSharp (19)
Emitter\Model\MethodReference.cs (1)
97
return ImmutableArray<Cci.ICustomModifier>.CastUp(UnderlyingMethod.
RefCustomModifiers
);
Emitter\Model\MethodSymbolAdapter.cs (1)
228
return ImmutableArray<Cci.ICustomModifier>.CastUp(AdaptedMethodSymbol.
RefCustomModifiers
);
Symbols\MemberSymbolExtensions.cs (1)
205
count += methodReturnType.CustomModifiers.Length + method.
RefCustomModifiers
.Length;
Symbols\Metadata\PE\MemberRefMetadataDecoder.cs (1)
295
!CustomModifiersMatch(candidateMethodTypeMap.SubstituteCustomModifiers(candidateMethod.
RefCustomModifiers
), targetReturnParam.RefCustomModifiers))
Symbols\MethodSymbol.cs (3)
960
DeriveUseSiteInfoFromCustomModifiers(ref result, this.
RefCustomModifiers
, AllowedRequiredModifierType.System_Runtime_InteropServices_InAttribute) ||
974
GetUnificationUseSiteDiagnosticRecursive(ref diagnosticInfo, this.
RefCustomModifiers
, this, ref unificationCheckedTypes) ||
1163
AddSynthesizedAttribute(ref attributes, compilation.SynthesizeDynamicAttribute(type.Type, type.CustomModifiers.Length + this.
RefCustomModifiers
.Length, this.RefKind));
Symbols\NativeIntegerTypeSymbol.cs (1)
368
public override ImmutableArray<CustomModifier> RefCustomModifiers => UnderlyingMethod.
RefCustomModifiers
;
Symbols\OverriddenOrHiddenMembersHelpers.cs (1)
894
return methodReturnType.CustomModifiers.Any() || method.
RefCustomModifiers
.Any() ||
Symbols\PublicModel\MethodSymbol.cs (1)
262
return _underlying.
RefCustomModifiers
;
Symbols\ReducedExtensionMethodSymbol.cs (1)
505
get { return _typeMap.SubstituteCustomModifiers(_reducedFrom.
RefCustomModifiers
); }
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
147
return RetargetingTranslator.RetargetModifiers(_underlyingMethod.
RefCustomModifiers
, ref _lazyRefCustomModifiers);
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
1026
translator.RetargetModifiers(method.
RefCustomModifiers
, modifiersHaveChanged: out _),
Symbols\Source\CustomModifierUtils.cs (1)
43
destinationMethod.RefKind != RefKind.None ? constructedSourceMethod.
RefCustomModifiers
: ImmutableArray<CustomModifier>.Empty;
Symbols\SubstitutedMethodSymbol.cs (1)
244
return Map.SubstituteCustomModifiers(OriginalDefinition.
RefCustomModifiers
);
Symbols\SymbolExtensions.cs (1)
502
refCustomModifiers = method.
RefCustomModifiers
;
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
76
get { return _interfaceMethod.
RefCustomModifiers
; }
Symbols\Synthesized\SynthesizedSealedPropertyAccessor.cs (1)
242
return _overriddenAccessor.
RefCustomModifiers
;
Symbols\TypeSymbol.cs (1)
1610
interfaceMethod.
RefCustomModifiers
,