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