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