Example #1
0
 } = new CSharpObjectInitializationTracker(
     isAllowedConstantValue: constantValue => constantValue is bool value && value,
Example #2
0
 } = new CSharpObjectInitializationTracker(
     isAllowedConstantValue: constantValue => constantValue is int integerValue && !IsUnsafe(integerValue),