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