2 references to IndexOf
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
722
var index = jsonObject.
IndexOf
(key);
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Internal\JsonObjectAdapter.cs (1)
76
int index = obj.
IndexOf
(segment);