6 references to InstanceMemberBindingFlags
Wasm.Performance.TestApp (6)
PersonJsonContext.Person.g.cs (6)
35
ConstructorAttributeProviderFactory = static () => typeof(global::Wasm.Performance.TestApp.Person).GetConstructor(
InstanceMemberBindingFlags
, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
66
AttributeProviderFactory = static () => typeof(global::Wasm.Performance.TestApp.Person).GetProperty("Name",
InstanceMemberBindingFlags
, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
86
AttributeProviderFactory = static () => typeof(global::Wasm.Performance.TestApp.Person).GetProperty("Salary",
InstanceMemberBindingFlags
, null, typeof(int), global::System.Array.Empty<global::System.Type>(), null),
106
AttributeProviderFactory = static () => typeof(global::Wasm.Performance.TestApp.Person).GetProperty("IsAdmin",
InstanceMemberBindingFlags
, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
126
AttributeProviderFactory = static () => typeof(global::Wasm.Performance.TestApp.Person).GetProperty("Subordinates",
InstanceMemberBindingFlags
, null, typeof(global::System.Collections.Generic.List<global::Wasm.Performance.TestApp.Person>), global::System.Array.Empty<global::System.Type>(), null),
146
AttributeProviderFactory = static () => typeof(global::Wasm.Performance.TestApp.Person).GetProperty("SecurityClearances",
InstanceMemberBindingFlags
, null, typeof(global::System.Collections.Generic.Dictionary<string, bool>), global::System.Array.Empty<global::System.Type>(), null),