3 references to IsLateBoundComClassicType
System.Web (3)
Compilation\BaseCodeDomTreeGenerator.cs (1)
649Debug.Assert(!Util.IsLateBoundComClassicType(declaredType));
UI\ObjectTag.cs (2)
111if (_fLateBinding || Util.IsLateBoundComClassicType(_type)) { 147if (_fLateBinding || Util.IsLateBoundComClassicType(_type)) {