Implemented interface member:
property
Namespace
System.Runtime.InteropServices._Type.Namespace
13 overrides of Namespace
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
128public override String Namespace {
system\reflection\emit\generictypeparameterbuilder.cs (1)
115public override String Namespace { get { return null; } }
system\reflection\emit\symboltype.cs (1)
409public override String Namespace
system\reflection\emit\typebuilder.cs (1)
1107public override String Namespace
system\reflection\emit\typebuilderinstantiation.cs (1)
120public override String Namespace { get { return m_type.Namespace; } }
system\reflection\typedelegator.cs (1)
74public override String Namespace {
system\rttype.cs (1)
3855public override String Namespace
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1091public override string Namespace { get { return _baseReflectionType.Namespace; } }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1091public override string Namespace { get { return _baseReflectionType.Namespace; } }
System.Web (1)
Compilation\DelayLoadType.cs (1)
182public override string Namespace {
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
305public override string Namespace
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
196public override string Namespace
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
142public override string Namespace
156 references to Namespace
Microsoft.Activities.Build (1)
Microsoft\Activities\Build\Expressions\ExpressionsBuildExtension.cs (1)
119string fullActivityNamespace = activity.GetType().Namespace;
mscorlib (19)
system\diagnostics\eventing\eventsource.cs (2)
3226attributeType.Namespace.EndsWith("Diagnostics.Tracing") && 3227(reflectedAttributeType.Namespace.EndsWith("Diagnostics.Tracing")
system\diagnostics\stacktrace.cs (1)
502String ns = t.Namespace;
system\reflection\assembly.cs (1)
2478String nameSpace = type.Namespace;
system\reflection\emit\aqnbuilder.cs (3)
168if (i == nestings.Count - 1 && enclosingType.Namespace != null && enclosingType.Namespace.Length != 0) 169name = enclosingType.Namespace + "." + name;
system\reflection\emit\symboltype.cs (1)
411get { return m_baseType.Namespace; }
system\reflection\emit\typebuilderinstantiation.cs (1)
120public override String Namespace { get { return m_type.Namespace; } }
system\reflection\typedelegator.cs (1)
75get{return typeImpl.Namespace;}
system\resources\manifestbasedresourcegroveler.cs (5)
184if (_mediator.LocationInfo != null && _mediator.LocationInfo.Namespace != null) 185resName = _mediator.LocationInfo.Namespace + Type.Delimiter + defaultResName; 463String nameSpace = _mediator.LocationInfo.Namespace; 684if (_mediator.LocationInfo != null && _mediator.LocationInfo.Namespace != null) 685resName = _mediator.LocationInfo.Namespace + Type.Delimiter;
system\resources\resourcemanager.cs (2)
528if (_locationInfo != null && _locationInfo.Namespace != null) 529outputResName = _locationInfo.Namespace + Type.Delimiter + defaultResName;
system\rttype.cs (1)
2492if (ns != null && !type.Namespace.Equals(ns))
system\runtime\remoting\remotingattributes.cs (1)
675string ns = t.Namespace;
PresentationBuildTasks (5)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2303string genericName = t.Namespace + DOT + t.Name;
Framework\System\Windows\Markup\BamlMapTable.cs (2)
150if (probeType.Namespace == clrNamespace 183return GetKnownTypeIdFromName(type.Assembly.FullName, type.Namespace, type.Name);
Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
869string fullName = owner.IsGenericType ? owner.Namespace + "." + owner.Name : owner.FullName; 3212typeInformationCacheData.ClrNamespace = type.Namespace;
PresentationFramework (11)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
584string nameSpace = "clr-namespace:" + elementTypeStandardized.Namespace + ";" + "assembly=" + assembly; 585string prefix = elementTypeStandardized.Namespace;
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
566bamlType.ClrNamespace = type.Namespace;
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
150if (probeType.Namespace == clrNamespace 183return GetKnownTypeIdFromName(type.Assembly.FullName, type.Namespace, type.Name);
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1067string xmlns = _parserContext.XamlTypeMapper.GetXmlNamespace(declaringType.Namespace,
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (3)
1631if (type.Namespace == null) 1639if (!namespaceToUri.TryGetValue(type.Namespace, out result)) 1641result = string.Format(CultureInfo.InvariantCulture, clrUriPrefix + "{0};assembly={1}", type.Namespace,
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
869string fullName = owner.IsGenericType ? owner.Namespace + "." + owner.Name : owner.FullName; 3212typeInformationCacheData.ClrNamespace = type.Namespace;
System (4)
compmod\microsoft\win32\SystemEvents.cs (2)
1094string ns = t.Namespace; 1144string ns = t.Namespace;
compmod\system\codedom\CodeTypeReference.cs (2)
102if (!String.IsNullOrEmpty(type.Namespace)) 103baseType = type.Namespace + "." + baseType;
System.Activities (6)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (2)
192VisualBasicImportReference importReference = new VisualBasicImportReference { Assembly = assemblyName, Import = type.Namespace }; 324VisualBasicImportReference importReference = new VisualBasicImportReference { Assembly = assemblyName, Import = type.Namespace };
System\Activities\DynamicUpdate\ArgumentInfo.cs (2)
279if (!String.IsNullOrEmpty(type.Namespace)) 281sb.Append(type.Namespace);
System\Activities\XamlIntegration\ActivityXamlServices.cs (1)
421string typeNamespace = componentType.Namespace;
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
2057if (type.Namespace == this.settings.ActivityNamespace)
System.Activities.Core.Presentation (4)
System\ServiceModel\Activities\Presentation\Factories\ReceiveAndSendReplyFactory.cs (1)
22static string requiredNamespace = typeof(CorrelationHandle).Namespace;
System\ServiceModel\Activities\Presentation\Factories\SendAndReceiveReplyFactory.cs (1)
22static string requiredNamespace = typeof(CorrelationHandle).Namespace;
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (1)
35static string CorrelationHandleTypeNamespace = typeof(CorrelationHandle).Namespace;
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (1)
36static string CorrelationHandleTypeNamespace = typeof(CorrelationHandle).Namespace;
System.Activities.Presentation (9)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
246if (type.Namespace == "System.ComponentModel.Composition")
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1091public override string Namespace { get { return _baseReflectionType.Namespace; } }
System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (1)
145string ns = type.Namespace;
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
987ImportDesigner.AddImport(type.Namespace, this.Context);
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
656string ns = type.Namespace;
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (3)
583orderby type.Namespace, type.Name 589if (lastNamespace == null || !StringComparer.OrdinalIgnoreCase.Equals(lastNamespace.DisplayName, type.Namespace)) 591lastNamespace = new NamespaceNode(type.Namespace);
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1248ImportDesigner.AddImport(type.Namespace, this.Context);
System.AddIn (3)
System\Addin\MiniReflection\MiniModule.cs (1)
130String attributeNameSpace = customAttribute.Namespace;
System\Addin\MiniReflection\TypeInfo.cs (2)
195_nameSpace = type.Namespace; 988if (caTypeName == caReflectedType.Name && caNameSpace == caReflectedType.Namespace) {
System.Configuration (1)
System\Configuration\ClientConfigPaths.cs (1)
527ns = mainType.Namespace;
System.Data (13)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
246if (type.Namespace == "System.ComponentModel.Composition")
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1091public override string Namespace { get { return _baseReflectionType.Namespace; } }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (1)
145string ns = type.Namespace;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
987ImportDesigner.AddImport(type.Namespace, this.Context);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
656string ns = type.Namespace;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (3)
583orderby type.Namespace, type.Name 589if (lastNamespace == null || !StringComparer.OrdinalIgnoreCase.Equals(lastNamespace.DisplayName, type.Namespace)) 591lastNamespace = new NamespaceNode(type.Namespace);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1248ImportDesigner.AddImport(type.Namespace, this.Context);
fx\src\data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs (1)
46invariantName = factType.Namespace.ToString();
fx\src\data\System\Data\DataSet.cs (3)
3514mainNamespace.Imports.Add(new CodeNamespaceImport(typeof(DataSet).Namespace)); 3572mainNamespace.Imports.Add(new CodeNamespaceImport(typeof(DataSet).Namespace)); 3603mainNamespace.Imports.Add(new CodeNamespaceImport(typeof(DataSet).Namespace));
System.Data.Entity (10)
System\Data\Metadata\Edm\ComplexType.cs (1)
110: base(EntityUtil.GenericCheckArgumentNull(clrType, "clrType").Name, clrType.Namespace ?? string.Empty,
System\Data\Metadata\Edm\EntityType.cs (1)
246: base(EntityUtil.GenericCheckArgumentNull(type, "type").Name, type.Namespace ?? string.Empty,
System\Data\Metadata\Edm\EnumType.cs (1)
87base(clrType.Name, clrType.Namespace ?? string.Empty, DataSpace.OSpace)
System\Data\Metadata\Edm\MetadataPropertyAttribute.cs (1)
49: this(ClrComplexType.CreateReadonlyClrComplexType(type, type.Namespace ?? string.Empty, type.Name), isCollection)
System\Data\Metadata\Edm\PrimitiveType.cs (1)
69: this(EntityUtil.GenericCheckArgumentNull(clrType, "clrType").Name, clrType.Namespace,
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (2)
295if (String.IsNullOrEmpty(typeAttribute.NamespaceName) && clrType.Namespace == null) 301string cspaceNamespaceName = String.IsNullOrEmpty(typeAttribute.NamespaceName) ? clrType.Namespace : typeAttribute.NamespaceName;
System\Data\Objects\ELinq\ExpressionConverter.cs (2)
1147if (!String.IsNullOrEmpty(clrType.Namespace)) 1149returnName += clrType.Namespace + ".";
System\Data\Objects\ObjectQuery_EntitySqlExtensions.cs (1)
369if (!this.QueryState.ObjectContext.MetadataWorkspace.GetItemCollection(DataSpace.OSpace).TryGetType(clrOfType.Name, clrOfType.Namespace ?? string.Empty, out ofType) ||
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
45this.providerType = this.FindType(this.mapping.Provider, typeof(SqlProvider).Namespace); 260return this.FindType(name, this.contextType.Namespace);
System.Data.Services (6)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (3)
80get { return this.Type.Namespace; } 313if (!entityContainerDefinitionWritten && typesInNamespace.Key == this.Type.Namespace) 327MetadataSerializer.WriteSchemaElement(xmlWriter, this.Type.Namespace, metadataEdmSchemaVersion);
System\Data\Services\Providers\ReflectionServiceProvider.cs (2)
55get { return this.Type.Namespace; } 950ResourceType resourceType = new ResourceType(type, kind, baseType, type.Namespace, GetModelTypeName(type), type.IsAbstract);
System\Data\Services\WebUtil.cs (1)
980return type.Namespace ?? "";
System.Data.Services.Client (1)
System\Data\Services\Client\ClientConvert.cs (1)
537if ((type.Namespace == "System.Data.Linq") &&
System.Management (3)
Instrumentation\CodeSpit.cs (3)
108if(!namespaces.Contains(type.Namespace)) 110namespaces.Add(type.Namespace); 111usingCode.Line(String.Format("using {0};", type.Namespace));
System.Runtime.Remoting (2)
metadata\wsdlwriter.cs (2)
488ns = type.Namespace; 2311String ns = type.Namespace;
System.Runtime.Serialization (13)
System\Runtime\Serialization\CodeExporter.cs (6)
803AddImportStatement(Globals.TypeOfSerializableAttribute.Namespace, contractCodeDomInfo.CodeNamespace); 828AddImportStatement(Globals.TypeOfDataContractAttribute.Namespace, contractCodeDomInfo.CodeNamespace); 1019AddImportStatement(Globals.TypeOfKnownTypeAttribute.Namespace, contractCodeDomInfo.CodeNamespace); 1087AddImportStatement(Globals.TypeOfFlagsAttribute.Namespace, contractCodeDomInfo.CodeNamespace); 1095AddImportStatement(Globals.TypeOfDataContractAttribute.Namespace, contractCodeDomInfo.CodeNamespace); 1244AddImportStatement(Globals.TypeOfCollectionDataContractAttribute.Namespace, contractCodeDomInfo.CodeNamespace);
System\Runtime\Serialization\DataContract.cs (5)
1652int nsLen = (type.Namespace == null) ? 0 : type.Namespace.Length; 1699string clrNs = type.Namespace; 1753return GetDefaultStableNamespace(type.Namespace); 1789return !type.IsGenericTypeDefinition && type.ContainsGenericParameters ? String.Format(CultureInfo.InvariantCulture, "{0}.{1}", type.Namespace, type.Name) : type.FullName;
System\Runtime\Serialization\SchemaExporter.cs (2)
281int nsLen = (clrType.Namespace == null) ? 0 : clrType.Namespace.Length;
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (1)
401context.writer.WriteString(String.Format(CultureInfo.InvariantCulture, "{0}:#{1}", derivedType.Name, derivedType.Namespace));
System.Web (5)
Compilation\DelayLoadType.cs (1)
184return Type.Namespace;
ErrorFormatter.cs (1)
1075ns = declaringType.Namespace;
UI\TemplateParser.cs (3)
2903if (type.Namespace != null && BaseCodeDomTreeGenerator.IsAspNetNamespace(type.Namespace)) 2904AddImportEntry(type.Namespace);
System.Web.DataVisualization (2)
Common\ChartTypes\ChartTypeRegistry.cs (1)
246_resourceManager = new ResourceManager(typeof(Chart).Namespace + ".Design", Assembly.GetExecutingAssembly());
Common\Utilities\XmlSerializer.cs (1)
751itemType = Type.GetType(typeof(Chart).Namespace + "." + itemTypeName, false, true);
System.Web.Extensions (3)
Script\Services\WebServiceData.cs (3)
172: this(new WebServiceTypeData(type.Name, type.Namespace, type)) { 381enumData = new WebServiceEnumData(t.Name, t.Namespace, t, Enum.GetNames(t), Enum.GetValues(t), Enum.GetUnderlyingType(t) == typeof(ulong)); 421_clientTypesDictionary[typeStringRepresentation] = new WebServiceTypeData(t.Name, t.Namespace, t);
System.Web.Mobile (2)
UI\MobileControls\Design\StylesEditorDialog.cs (2)
365String[] subItems = {type.Name, type.Namespace}; 377String[] subItems = {type.Name, type.Namespace};
System.Web.Services (1)
System\Web\Services\Protocols\LogicalMethodInfo.cs (1)
572if (o.GetType().Namespace == "System.Xml.Serialization") {
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (2)
291string ns = t.Namespace; 520string ns = t.Namespace;
winforms\Managed\System\WinForms\Control.cs (2)
20161string ns = owner.GetType().Namespace; 20203string ns = owner.GetType().Namespace;
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\ChartTypeRegistry.cs (1)
246_resourceManager = new ResourceManager(typeof(Chart).Namespace + ".Design", Assembly.GetExecutingAssembly());
Common\Utilities\XmlSerializer.cs (1)
751itemType = Type.GetType(typeof(Chart).Namespace + "." + itemTypeName, false, true);
System.Workflow.Activities (1)
Rules\Parser\Parser.cs (1)
683string typeNamespace = type.Namespace;
System.Workflow.ComponentModel (19)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
314return this.declaringType.Namespace;
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (3)
200return this.runtimeType.Namespace; 262baseType = this.typeProvider.GetType(type.Namespace + "." + type.Name); 272baseTypeName = baseType.Namespace + "." + baseTypeName;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (7)
471if (type.Namespace != null && type.Namespace.Length > 0) 474string namespaceName = type.Namespace; 879if ((namespaceToFilter == null || type.Namespace == namespaceToFilter) && ((selectedAssemblies.Count == 0 && type.Assembly == null) || selectedAssemblies.Contains(type.Assembly)) && (this.typeFilterProvider == null || this.typeFilterProvider.CanFilterType(extendedUIService != null ? extendedUIService.GetRuntimeType(type) : type, false))) 1228keywords[1] = (selectedType.Namespace != null && selectedType.Namespace.Length > 0) ? selectedType.Namespace : TypeBrowserDialog.ResMgr.GetString("IDS_GLOBALNS");
AuthoringOM\Design\Themes.cs (1)
155internal static string DefaultNamespace = typeof(WorkflowTheme).Namespace.Replace(".", "_");
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (3)
226objectType.Namespace != null && objectType.Namespace.Equals(typeof(System.Drawing.Image).Namespace))
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (2)
155string typeNamespace = (type.Namespace != null) ? type.Namespace : String.Empty;
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (2)
329string clrNamespace = (type.Namespace != null) ? type.Namespace : String.Empty;
System.Xml (2)
System\Xml\Serialization\CodeIdentifier.cs (1)
196string ns = t.Namespace;
System\Xml\Serialization\Types.cs (1)
898ns.Append(arguments[i].Namespace);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\XamlValidatingReader.cs (1)
421if (clrNs == this.definedType.Namespace)