10 references to WebFormsCompilation
System.Web (10)
Compilation\CodeDOMUtility.cs (10)
50if (WebFormsCompilation.Enabled) Debug.WriteLine("simple string"); 54if (WebFormsCompilation.Enabled) Debug.WriteLine("primitive"); 62if (WebFormsCompilation.Enabled) Debug.WriteLine("primitive to object"); 66if (WebFormsCompilation.Enabled) Debug.WriteLine("array"); 81if (WebFormsCompilation.Enabled) Debug.WriteLine("other"); 99if (WebFormsCompilation.Enabled) Debug.WriteLine("has converter with instance descriptor"); 104if (WebFormsCompilation.Enabled) Debug.WriteLine("persistinfo is a field ref"); 111if (WebFormsCompilation.Enabled) Debug.WriteLine("persistinfo is a property ref"); 132if (WebFormsCompilation.Enabled) Debug.WriteLine("persistinfo is a method invoke"); 148if (WebFormsCompilation.Enabled) Debug.WriteLine("persistinfo is a constructor call");