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