18 overrides of HasSetsRequiredMembersImpl
Microsoft.CodeAnalysis.CSharp (18)
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)
279
protected override bool
HasSetsRequiredMembersImpl
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
860
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1552
protected override bool
HasSetsRequiredMembersImpl
Symbols\ReducedExtensionMethodSymbol.cs (1)
598
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\SignatureOnlyMethodSymbol.cs (1)
181
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Source\SourceMethodSymbol.cs (1)
83
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)
311
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
353
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)
417
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
432
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
362
protected sealed override bool
HasSetsRequiredMembersImpl
=> UnderlyingMethod.HasSetsRequiredMembers;
1 reference to HasSetsRequiredMembersImpl
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MethodSymbol.cs (1)
589
internal bool HasSetsRequiredMembers => MethodKind == MethodKind.Constructor &&
HasSetsRequiredMembersImpl
;