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