19 overrides of HasSetsRequiredMembersImpl
Microsoft.CodeAnalysis.CSharp (19)
Compiler\MethodBodySynthesizer.Lowered.cs (1)
294
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
259
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
235
protected override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\ErrorMethodSymbol.cs (1)
283
protected override bool
HasSetsRequiredMembersImpl
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
862
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1668
protected override bool
HasSetsRequiredMembersImpl
Symbols\ReducedExtensionMethodSymbol.cs (1)
603
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\SignatureOnlyMethodSymbol.cs (1)
183
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Source\SourceMethodSymbol.cs (1)
92
protected override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
263
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
315
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
357
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
269
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
320
protected override bool
HasSetsRequiredMembersImpl
=> false;
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
279
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (1)
422
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedPropertySymbol.cs (1)
105
protected override bool
HasSetsRequiredMembersImpl
=> false;
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
436
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
358
protected sealed override bool
HasSetsRequiredMembersImpl
=> UnderlyingMethod.HasSetsRequiredMembers;
1 reference to HasSetsRequiredMembersImpl
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MethodSymbol.cs (1)
602
internal bool HasSetsRequiredMembers => MethodKind == MethodKind.Constructor &&
HasSetsRequiredMembersImpl
;