System\Data\Services\Client\AtomMaterializer.cs (7)
187private readonly DataServiceContext context;
251DataServiceContext context,
280internal DataServiceContext Context
1200private static bool MaterializeDataValue(Type type, AtomContentProperty atomProperty, DataServiceContext context)
1264DataServiceContext context)
1300private static void ApplyDataValue(ClientType type, AtomContentProperty property, bool ignoreMissingProperties, DataServiceContext context, object instance)
1357private static void ApplyDataValues(ClientType type, IEnumerable<AtomContentProperty> properties, bool ignoreMissingProperties, DataServiceContext context, object instance)
System\Data\Services\Client\DataServiceContext.cs (10)
2715Uri navigationPropertyUri = this.BaseUriWithSlash.MakeRelativeUri(DataServiceContext.GenerateEditLinkUri(this.BaseUriWithSlash, binding.SourceProperty, targetResource.Entity));
3712internal LoadPropertyResult(object entity, string propertyName, DataServiceContext context, HttpWebRequest request, AsyncCallback callback, object state, DataServiceRequest dataServiceRequest, ProjectionPlan plan)
3728DataServiceContext context = (DataServiceContext)this.Source;
3832DataServiceContext context = (DataServiceContext)this.Source;
3956DataServiceContext context = (DataServiceContext)this.Source;
4044private readonly DataServiceContext Context;
4132internal SaveResult(DataServiceContext context, string method, DataServiceRequest[] queries, SaveChangesOptions options, AsyncCallback callback, object state, bool async)
System\Data\Services\Client\DataServiceRequest.cs (6)
75internal static MaterializeAtom Materialize(DataServiceContext context, QueryComponents queryComponents, ProjectionPlan plan, string contentType, Stream response)
119internal static IEnumerable<TElement> EndExecute<TElement>(object source, DataServiceContext context, IAsyncResult asyncResult)
155internal QueryOperationResponse<TElement> Execute<TElement>(DataServiceContext context, QueryComponents queryComponents)
194internal long GetQuerySetCount(DataServiceContext context)
253internal IAsyncResult BeginExecute(object source, DataServiceContext context, AsyncCallback callback, object state)
268private QueryResult CreateResult(object source, DataServiceContext context, AsyncCallback callback, object state)
System\Data\Services\Client\MaterializeFromAtom.cs (5)
46private readonly DataServiceContext context;
102internal MaterializeAtom(DataServiceContext context, XmlReader reader, QueryComponents queryComponents, ProjectionPlan plan, MergeOption mergeOption)
154private MaterializeAtom(DataServiceContext context, XmlReader reader, Type type, MergeOption mergeOption)
200internal DataServiceContext Context
545internal static ClientType GetEntryClientType(string typeName, DataServiceContext context, Type expectedType, bool checkAssignable)