5 references to ThisType
System.ServiceModel (5)
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (5)
46
string thisAssemblyQualifiedName =
ThisType
.AssemblyQualifiedName;
60
if (extensionType != null && extensionType.Equals(
ThisType
))
158
values["ElementType"] = System.Runtime.Diagnostics.DiagnosticTraceBase.XmlEncode(
ThisType
.AssemblyQualifiedName);
191
Type extensionSectionType =
ThisType
;
210
collection = ExtensionsSection.UnsafeLookupAssociatedCollection(
ThisType
, evaluationContext, out this.extensionCollectionName);