2 references to GetConstructorThisOrBaseSymbol
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
1226
return (_baseOrThisInitializer ??
GetConstructorThisOrBaseSymbol
(this.methodMainNode));
1526
MethodSymbol? baseOrThisInitializer =
GetConstructorThisOrBaseSymbol
(constructorBody);