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