Ejemplo n.º 1
0
 } = new CSharpObjectInitializationTracker(
     isAllowedConstantValue: constantValue => constantValue is bool value && value,
Ejemplo n.º 2
0
 } = new CSharpObjectInitializationTracker(
     isAllowedConstantValue: constantValue => constantValue is int integerValue && !IsUnsafe(integerValue),