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)
281
protected override bool
HasSetsRequiredMembersImpl
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
861
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1612
protected override bool
HasSetsRequiredMembersImpl
Symbols\ReducedExtensionMethodSymbol.cs (1)
600
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)
94
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)
313
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
355
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)
420
protected sealed override bool
HasSetsRequiredMembersImpl
=> throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
434
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)
591
internal bool HasSetsRequiredMembers => MethodKind == MethodKind.Constructor &&
HasSetsRequiredMembersImpl
;