Implemented interface member:
property
FieldType
System.Runtime.InteropServices._FieldInfo.FieldType
7 overrides of FieldType
mscorlib (5)
System.Workflow.ComponentModel (2)
131 references to FieldType
mscorlib (30)
PresentationBuildTasks (1)
PresentationFramework (2)
System.Activities.Core.Presentation (1)
System.Core (6)
System.Data (6)
System.Data.Entity (3)
System.Data.Linq (11)
Mapping\Accessors.cs (6)
24throw Error.InvalidFieldInfo(objectType, fi.FieldType, fi);
31fi.FieldType,
39dget = mget.CreateDelegate(typeof(DGet<,>).MakeGenericType(objectType, fi.FieldType));
44new Type[] { objectType.MakeByRefType(), fi.FieldType },
55drset = mset.CreateDelegate(typeof(DRSet<,>).MakeGenericType(objectType, fi.FieldType));
58typeof(Accessor<,>).MakeGenericType(objectType, fi.FieldType),
System.Data.Services.Client (1)
System.Management (1)
System.Runtime.Remoting (7)
System.Runtime.Serialization (3)
System.ServiceModel (2)
System.Web (9)
System.Web.Extensions (4)
System.Web.Services (4)
System.Workflow.Activities (7)
System.Workflow.ComponentModel (20)
System.Xml (10)
System\Xml\Serialization\Models.cs (5)
181TypeDesc typeDesc = ModelScope.TypeScope.GetTypeDesc(fieldInfo.FieldType, fieldInfo, true, false);
185CheckSupportedMember(typeDesc, fieldInfo, fieldInfo.FieldType);
186return new FieldModel(fieldInfo, fieldInfo.FieldType, typeDesc);
254if (specifiedField.FieldType != typeof(bool)) {
255throw new InvalidOperationException(Res.GetString(Res.XmlInvalidSpecifiedType, specifiedField.Name, specifiedField.FieldType.FullName, typeof(bool).FullName));
UIAutomationClient (1)
WindowsBase (2)