1 reference to IsInteger
Microsoft.Analyzers.Local (1)
ApiLifecycle\Json\JsonValue.cs (1)
422
return jsonValue.
IsInteger
? jsonValue.AsInteger : 0;