1 write to s_cbmTdpBridge
System.Web (1)
UI\TargetFrameworkUtil.cs (1)
100s_cbmTdpBridge = value;
17 references to s_cbmTdpBridge
System.Web (17)
UI\TargetFrameworkUtil.cs (17)
197if (s_cbmTdpBridge != null && IsFrameworkType(type)) { 199hasProperty = s_cbmTdpBridge.HasProperty(typeToUse, name, bindingAttr, returnType, types); 242if (s_cbmTdpBridge != null && IsFrameworkType(type)) { 244bool hasField = s_cbmTdpBridge.HasField(typeToUse, name, bindingAttr); 278if (s_cbmTdpBridge != null && IsFrameworkType(type)) { 280bool hasEvent = s_cbmTdpBridge.HasEvent(typeToUse, name); 313if (s_cbmTdpBridge != null && IsFrameworkType(type)) { 343if (s_cbmTdpBridge != null && IsFrameworkType(type)) { 361Debug.Assert(s_cbmTdpBridge != null, "s_cbmTdpBridge should not be null"); 374string[] propertyNames = s_cbmTdpBridge.GetFilteredProperties(typeToUse, bindingFlags); 398if (s_cbmTdpBridge != null && IsFrameworkType(type)) { 416Debug.Assert(s_cbmTdpBridge != null, "s_cbmTdpBridge should not be null"); 429string[] eventNames = s_cbmTdpBridge.GetFilteredEvents(typeToUse, bindingFlags); 473Debug.Assert(s_cbmTdpBridge != null, "s_cbmTdpBridge should not be null in IsFrameworkType"); 516if (s_cbmTdpBridge != null && IsFrameworkType(type)) { 518hasMethod = s_cbmTdpBridge.HasMethod(typeToUse, name, bindingAttr); 536return s_cbmTdpBridge == null;