18 overrides of HasSetsRequiredMembersImpl
Microsoft.CodeAnalysis.CSharp (18)
Compiler\MethodBodySynthesizer.Lowered.cs (1)
294protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
259protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
235protected override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\ErrorMethodSymbol.cs (1)
279protected override bool HasSetsRequiredMembersImpl
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
860protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1552protected override bool HasSetsRequiredMembersImpl
Symbols\ReducedExtensionMethodSymbol.cs (1)
598protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\SignatureOnlyMethodSymbol.cs (1)
181protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\Source\SourceMethodSymbol.cs (1)
83protected override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
263protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
311protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
353protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
269protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
320protected override bool HasSetsRequiredMembersImpl => false;
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
279protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (1)
417protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
432protected sealed override bool HasSetsRequiredMembersImpl => throw ExceptionUtilities.Unreachable();
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
362protected sealed override bool HasSetsRequiredMembersImpl => UnderlyingMethod.HasSetsRequiredMembers;
1 reference to HasSetsRequiredMembersImpl
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MethodSymbol.cs (1)
589internal bool HasSetsRequiredMembers => MethodKind == MethodKind.Constructor && HasSetsRequiredMembersImpl;