9 references to CBMCallback
System.Web (9)
Compilation\AssemblyBuilder.cs (2)
1038
if (BuildManager.
CBMCallback
!= null) {
1040
BuildManager.
CBMCallback
.ReportCompilerError(error);
Compilation\AssemblyResolver.cs (2)
334
if (BuildManager.
CBMCallback
!= null) {
335
BuildManager.
CBMCallback
.ReportCompilerError(error);
Compilation\BuildManager.cs (5)
176
if (BuildManager.
CBMCallback
!= null) {
178
BuildManager.
CBMCallback
.ReportParseError(parseError);
196
if (BuildManager.
CBMCallback
== null)
204
BuildManager.
CBMCallback
.ReportCompilerError(error);
3060
ClientBuildManagerCallback callback =
CBMCallback
;