1 instantiation of NestedScope
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\DefaultModelBindingContext.cs (1)
299return new NestedScope(this);
10 references to NestedScope
Microsoft.AspNetCore.Mvc.Abstractions (6)
ModelBinding\ModelBindingContext.cs (6)
135/// A <see cref="NestedScope"/> scope object which should be used in a <c>using</c> statement where 138public abstract NestedScope EnterNestedScope( 149/// A <see cref="NestedScope"/> scope object which should be used in a <c>using</c> statement where 152public abstract NestedScope EnterNestedScope(); 169/// Initializes the <see cref="NestedScope"/> for a <see cref="ModelBindingContext"/>. 178/// Exits the <see cref="NestedScope"/> created by calling <see cref="M:EnterNestedScope"/>.
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\DefaultModelBindingContext.cs (3)
245public override NestedScope EnterNestedScope( 255var scope = EnterNestedScope(); 278public override NestedScope EnterNestedScope()
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\DefaultModelBindingContextTest.cs (1)
44var disposable = bindingContext.EnterNestedScope(