5 references to Base
Microsoft.CodeAnalysis.CSharp (5)
Compiler\MethodBodySynthesizer.Lowered.cs (1)
465
BoundExpression invocation = F.Call(methodToInvoke.IsStatic ? null : (useBaseReference ? (BoundExpression)F.
Base
(baseType: methodToInvoke.ContainingType) : F.This()),
Lowering\SyntheticBoundNodeFactory.cs (1)
1189
return new BoundExpressionStatement(Syntax, Call(
Base
(baseType), ctor)) { WasCompilerGenerated = true };
Symbols\Synthesized\Records\SynthesizedRecordEquals.cs (1)
124
F.
Base
(baseEquals.ContainingType),
Symbols\Synthesized\Records\SynthesizedRecordGetHashCode.cs (1)
88
currentHashValue = F.Call(F.
Base
(overridden.ContainingType), overridden);
Symbols\Synthesized\Records\SynthesizedRecordPrintMembers.cs (1)
164
var basePrintCall = F.Call(receiver: F.
Base
(ContainingType.BaseTypeNoUseSiteDiagnostics), basePrintMethod, builder);