4 references to ClrServiceInitializationMethodName
System.Data.Services (4)
System\Data\Services\DataServiceConfiguration.cs (4)
951
MethodInfo method = type.GetMethod(XmlConstants.
ClrServiceInitializationMethodName
, flags, null, new Type[] { typeof(IDataServiceConfiguration) }, null);
954
method = type.GetMethod(XmlConstants.
ClrServiceInitializationMethodName
, flags, null, new Type[] { typeof(DataServiceConfiguration) }, null);
960
Debug.Assert(method.Name == XmlConstants.
ClrServiceInitializationMethodName
, "Making sure that the method name is as expected");
1130
string message = Strings.DataServiceConfiguration_NoChangesAllowed(XmlConstants.
ClrServiceInitializationMethodName
);