Home
last modified time | relevance | path

Searched refs:assemblyQualifiedTypeName (Results 1 – 17 of 17) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Xaml/System.Xaml.Permissions/
H A DXamlAccessLevel.cs48 public static XamlAccessLevel PrivateAccessTo (string assemblyQualifiedTypeName) in PrivateAccessTo() argument
50 if (assemblyQualifiedTypeName == null) in PrivateAccessTo()
52 return new XamlAccessLevel (assemblyQualifiedTypeName); in PrivateAccessTo()
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/
H A DUniverse.cs804 public Type GetType(string assemblyQualifiedTypeName) in GetType() argument
808 return GetType(null, assemblyQualifiedTypeName, false, false); in GetType()
811 public Type GetType(string assemblyQualifiedTypeName, bool throwOnError) in GetType() argument
815 return GetType(null, assemblyQualifiedTypeName, throwOnError, false); in GetType()
818 public Type GetType(string assemblyQualifiedTypeName, bool throwOnError, bool ignoreCase) in GetType() argument
822 return GetType(null, assemblyQualifiedTypeName, throwOnError, ignoreCase); in GetType()
827 public Type GetType(Assembly context, string assemblyQualifiedTypeName, bool throwOnError) in GetType() argument
829 return GetType(context, assemblyQualifiedTypeName, throwOnError, false); in GetType()
836 TypeNameParser parser = TypeNameParser.Parse(assemblyQualifiedTypeName, throwOnError); in GetType()
847 public Type ResolveType(Assembly context, string assemblyQualifiedTypeName) in ResolveType() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/Shared/
H A DMcgredirectedMethodAttribute.cs12 public McgRedirectedMethodAttribute(string assemblyQualifiedTypeName, string methodName) { } in McgRedirectedMethodAttribute() argument
H A DMcgRedirectedTypeAttribute.cs12 public McgRedirectedTypeAttribute(string assemblyQualifiedTypeName) { } in McgRedirectedTypeAttribute() argument
/dports/devel/msbuild/msbuild-0.06/src/Tasks/ManifestUtil/
H A DCngLightup.cs616 … string assemblyQualifiedTypeName = namespaceQualifiedTypeName + ", " + AssemblyRef.SystemCore; in GetSystemCoreType()
617 return Type.GetType(assemblyQualifiedTypeName, throwOnError: false, ignoreCase: false); in GetSystemCoreType()
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DExpander.cs3606 var assemblyQualifiedTypeName = cachedTypeInformation.Item1; in GetTypeForStaticMethod()
3609 …receiverType = Type.GetType(assemblyQualifiedTypeName, false /* do not throw TypeLoadException if … in GetTypeForStaticMethod()
3617 …hods.TryAdd(typeName, simpleMethodName, new Tuple<string, Type>(assemblyQualifiedTypeName, receive… in GetTypeForStaticMethod()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/
H A DEntityUtil.cs1844 var assemblyQualifiedTypeName = (string)row[AssemblyQualifiedNameIndex]; in TryGetProviderInvariantName()
1850 assemblyQualifiedTypeName, in TryGetProviderInvariantName()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Xaml.cs1100 … System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw… in PrivateAccessTo() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Xaml.cs1100 … System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw… in PrivateAccessTo() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Xaml.cs1126 … System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw… in PrivateAccessTo() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Xaml.cs1121 … System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw… in PrivateAccessTo() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Xaml.cs1126 … System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw… in PrivateAccessTo() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Xaml.cs1125 … System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw… in PrivateAccessTo() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Xaml.cs1121 … System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw… in PrivateAccessTo() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Xaml.cs1124 … System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw… in PrivateAccessTo() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Xaml.cs1121 … System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw… in PrivateAccessTo() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Xaml.cs1116 … System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw… in PrivateAccessTo() argument