1 instantiation of BuildManager
System.Web (1)
Compilation\BuildManager.cs (1)
72
private static BuildManager _theBuildManager = new
BuildManager
(); // single instance of the class
220 references to BuildManager
System.Data.Entity.Design (1)
System\Data\Entity\Design\AspNet\EntityModelBuildProvider.cs (1)
76
var entityFrameworkVersion = GetEntityFrameworkVersion(
BuildManager
.TargetFramework.Version);
System.Data.Services.Design (2)
System\Data\EntityModel\DataServiceBuildProvider.cs (2)
387
if (
BuildManager
.TargetFramework.Version.Major < 4)
462
bool isSentinalTypePresent =
BuildManager
.GetType("System.Data.Services.Client.DataServiceCollection`1", false /*throwOnError*/) != null;
System.ServiceModel.Activation (10)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
212
BuildManager
.GetReferencedAssemblies();
System\ServiceModel\Activation\ServiceParser.cs (1)
649
Assembly a =
BuildManager
.GetCompiledAssembly(fullVirtualPath);
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (3)
73
BuildManager
.GetReferencedAssemblies();
102
BuildManager
.GetReferencedAssemblies();
462
compiledCustomString =
BuildManager
.GetCompiledCustomString(baseAddresses[0].AbsolutePath);
System\ServiceModel\Activities\Activation\XamlBuildProviderExtension.cs (2)
103
Assembly compiledAssembly =
BuildManager
.GetCompiledAssembly(virtualPath);
117
generatedType =
BuildManager
.GetCompiledType(virtualPath);
System\ServiceModel\ServiceHostingEnvironment.cs (3)
458
BuildManager
.GetReferencedAssemblies();
1089
result =
BuildManager
.GetCompiledCustomString(normalizedVirtualPath);
1124
return
BuildManager
.GetCompiledType(normalizedVirtualPath);
System.Web (180)
Cache\SubstitutionResponseElement.cs (1)
38
Type target =
BuildManager
.GetType(_targetTypeName, true /*throwOnFail*/, false /*ignoreCase*/);
Compilation\ApplicationBuildProvider.cs (6)
23
string cacheKey =
BuildManager
.GlobalAsaxAssemblyName;
26
BuildResultCompiledGlobalAsaxType result =
BuildManager
.GetBuildResultFromCache(cacheKey) as
35
VirtualPath virtualPath =
BuildManager
.GlobalAsaxVirtualPath;
48
BuildManager
.GenerateRandomAssemblyName(
BuildManager
.GlobalAsaxAssemblyName));
61
BuildManager
.CacheBuildResult(cacheKey, result, utcStart);
Compilation\AssemblyBuilder.cs (18)
121
_outputAssemblyName =
BuildManager
.WebAssemblyNamePrefix + baseFileName;
170
if (
BuildManager
.PrecompilingWithDebugInfo) {
174
else if (
BuildManager
.PrecompilingForDeployment) {
351
string resourceDir =
BuildManager
.CodegenResourceDir;
371
string resourceDir =
BuildManager
.CodegenResourceDir;
435
BuildProvider buildProvider =
BuildManager
.CreateBuildProvider(virtualPath,
540
if (
BuildManager
.CompileWithAllowPartiallyTrustedCallersAttribute) {
549
if (!String.IsNullOrEmpty(
BuildManager
.StrongNameKeyFile)) {
552
new CodeAttributeArgument(new CodePrimitiveExpression(
BuildManager
.StrongNameKeyFile)));
559
if (!String.IsNullOrEmpty(
BuildManager
.StrongNameKeyContainer)) {
562
new CodeAttributeArgument(new CodePrimitiveExpression(
BuildManager
.StrongNameKeyContainer)));
569
if (
BuildManager
.CompileWithDelaySignAttribute) {
609
new CodeAttributeArgument(new CodePrimitiveExpression(
BuildManager
.TargetFramework.FullName)));
846
if (
BuildManager
.PrecompilingWithCodeAnalysisSymbol) {
1038
if (
BuildManager
.CBMCallback != null) {
1040
BuildManager
.CBMCallback.ReportCompilerError(error);
1285
string generatedCodeFile =
BuildManager
.GetCacheKeyFromVirtualPath(
1294
BuildManager
.GenerateFileTable[buildProvider.VirtualPathObject.VirtualPathStringNoTrailingSlash] = generatedCodeFile;
Compilation\AssemblyResolver.cs (2)
334
if (
BuildManager
.CBMCallback != null) {
335
BuildManager
.CBMCallback.ReportCompilerError(error);
Compilation\BaseCodeDomTreeGenerator.cs (1)
226
return
BuildManager
.PrecompilingForUpdatableDeployment;
Compilation\BrowserCapabilitiesCompiler.cs (4)
104
result =
BuildManager
.GetBuildResultFromCache(browerCapabilitiesCacheKey);
135
BuildManager
.GenerateRandomAssemblyName(
BuildManager
.AppBrowserCapAssemblyNamePrefix));
148
BuildManager
.CacheBuildResult(browerCapabilitiesCacheKey, result, utcStart);
Compilation\BuildManager.cs (13)
72
private static
BuildManager
_theBuildManager = new BuildManager(); // single instance of the class
75
internal static
BuildManager
TheBuildManager { get { return _theBuildManager; } }
176
if (
BuildManager
.CBMCallback != null) {
178
BuildManager
.CBMCallback.ReportParseError(parseError);
196
if (
BuildManager
.CBMCallback == null)
204
BuildManager
.CBMCallback.ReportCompilerError(error);
383
BuildManager
.ThrowIfPreAppStartNotRunning();
762
BuildManager
.RestorePortableCompilationOutputSnapshot();
918
var referencedAssemblies =
BuildManager
.GetReferencedAssemblies(compConfig).Cast<Assembly>();
1319
type = typeof(
BuildManager
).Assembly.GetType(typeName,
1700
string outputAssemblyName =
BuildManager
.WebAssemblyNamePrefix +
1701
BuildManager
.GenerateRandomAssemblyName(
1760
result =
BuildManager
.GetBuildResultFromCache(cacheKey);
Compilation\BuildManagerHost.cs (19)
40
private
BuildManager
_buildManager;
218
BuildManager
.SkipTopLevelCompilationExceptions = true;
228
BuildManager
.SkipTopLevelCompilationExceptions = false;
240
BuildManager
.SkipTopLevelCompilationExceptions = true;
253
BuildManager
.SkipTopLevelCompilationExceptions = false;
267
Type t =
BuildManager
.GetCompiledType(virtualPath, callback);
299
return
BuildManager
.GenerateFileTable[virtualPath.VirtualPathStringNoTrailingSlash];
312
Dictionary<String, String>.Enumerator e =
BuildManager
.GenerateFileTable.GetEnumerator();
402
BuildManager
.SkipTopLevelCompilationExceptions = true;
415
string cacheKey =
BuildManager
.GetCacheKeyFromVirtualPath(virtualPath) + "_CBMResult";
416
BuildResultCodeCompileUnit result = (BuildResultCodeCompileUnit)
BuildManager
.GetBuildResultFromCache(cacheKey, virtualPath);
455
BuildManager
.CacheBuildResult(cacheKey, result, utcStart);
473
BuildManager
.SkipTopLevelCompilationExceptions = false;
480
return
BuildManager
.GetNormalizedCodeAssemblyName(assemblyName) != null;
489
ICollection referencedAssemblies =
BuildManager
.GetReferencedAssemblies(compConfig);
500
ICollection referencedAssemblies =
BuildManager
.GetReferencedAssemblies(compConfig);
506
if (StringUtil.EqualsIgnoreCase(virtualPath.VirtualPathString,
BuildManager
.GlobalAsaxVirtualPath.VirtualPathString)) {
513
buildProvider =
BuildManager
.CreateBuildProvider(virtualPath, compConfig,
582
_buildManager =
BuildManager
.TheBuildManager;
Compilation\BuildProvider.cs (1)
203
BuildManager
.ThrowIfPreAppStartNotRunning();
Compilation\BuildProvidersCompiler.cs (12)
57
_referencedAssemblies =
BuildManager
.GetReferencedAssemblies(CompConfig);
66
_referencedAssemblies =
BuildManager
.GetReferencedAssemblies(CompConfig, index);
108
if (!
BuildManager
.ThrowOnFirstParseError) {
290
_referencedAssemblies =
BuildManager
.GetReferencedAssemblies(_compConfig);
305
BuildManager
.ReportDirectoryCompilationProgress(_vdir.VirtualPathObject);
344
result =
BuildManager
.GetVPathBuildResultFromCache(vfile.VirtualPathObject);
351
if (!
BuildManager
.PerformingPrecompilation) {
360
BuildProvider buildProvider =
BuildManager
.CreateBuildProvider(vfile.VirtualPathObject,
383
if (retryIfDeletionHappens &&
BuildManager
.PerformingPrecompilation) {
406
if (!
BuildManager
.CacheVPathBuildResult(buildProvider.VirtualPathObject, result, _utcStart))
477
BuildManager
.CacheVPathBuildResult(buildProvider.VirtualPathObject, result, _utcStart);
607
if (!
BuildManager
.ThrowOnFirstParseError) {
Compilation\BuildResult.cs (1)
905
Assembly localResAssembly =
BuildManager
.GetLocalResourcesAssembly(virtualDir);
Compilation\BuildResultCache.cs (9)
62
Debug.Assert(StringUtil.StringStartsWith(assemblyName,
BuildManager
.AssemblyNamePrefix));
92
if (!StringUtil.StringStartsWith(name,
BuildManager
.AssemblyNamePrefix))
99
if (!StringUtil.StringStartsWith(assemblyName.Name,
BuildManager
.AssemblyNamePrefix))
472
string baseName = assemblyName.Substring(
BuildManager
.WebAssemblyNamePrefix.Length);
508
if (!assemblyName.StartsWith(
BuildManager
.WebAssemblyNamePrefix, StringComparison.Ordinal)) {
513
string baseName = assemblyName.Substring(
BuildManager
.WebAssemblyNamePrefix.Length);
706
return
BuildManager
.WebHashFilePath;
861
if (FileUtil.FileExists(codegen +
BuildManager
.WebAssemblyNamePrefix + baseName + ".dll"))
880
string path =
BuildManager
.CodegenResourceDir;
Compilation\CodeDirectoryCompiler.cs (7)
69
BuildResult result =
BuildManager
.GetBuildResultFromCache(cacheKey);
137
BuildManager
.ReportDirectoryCompilationProgress(virtualDir);
154
outputAssemblyName =
BuildManager
.GenerateRandomAssemblyName(assemblyName);
227
if (
BuildManager
.OptimizeCompilations && dirType != CodeDirectoryType.LocalResources) {
237
BuildManager
.CacheBuildResult(cacheKey, result, utcStart);
301
BuildManager
.AddFolderLevelBuildProviders(_buildProviders, vdir.VirtualPathObject,
358
BuildProvider buildProvider =
BuildManager
.CreateBuildProvider(child.VirtualPathObject,
Compilation\CompilationLock.cs (2)
192
Monitor.Enter(
BuildManager
.TheBuildManager);
201
Monitor.Exit(
BuildManager
.TheBuildManager);
Compilation\CompilationUtil.cs (2)
305
BuildManager
.PrecompilingForUpdatableDeployment &&
395
BuildManager
.PrecompilingForUpdatableDeployment) {
Compilation\IResourceProvider.cs (4)
94
if (
BuildManager
.AppResourcesAssembly == null)
98
BuildManager
.AppResourcesAssembly);
175
string cacheKey =
BuildManager
.GetLocalResourcesAssemblyName(virtualDir);
176
BuildResult result =
BuildManager
.GetBuildResultFromCache(cacheKey);
Compilation\NonBatchDirectoryCompiler.cs (1)
63
BuildManager
.GetVPathBuildResult(vfile.VirtualPathObject);
Compilation\PageThemeBuildProvider.cs (2)
34
return
BuildManager
.AppThemeAssemblyNamePrefix;
74
return
BuildManager
.GlobalThemeAssemblyNamePrefix;
Compilation\TemplateControlCodeDomTreeGenerator.cs (1)
250
Type appType =
BuildManager
.GetGlobalAsaxType();
Compilation\ThemeDirectoryCompiler.cs (7)
31
return
BuildManager
.ScriptVirtualDir.SimpleCombineWithDir(HttpRuntime.GlobalThemesDirectoryName + "/" + themeName);
49
BuildManager
.GetBuildResultFromCache(appThemeCacheKey);
54
result = (BuildResultCompiledType)
BuildManager
.GetBuildResultFromCache(
69
result = (BuildResultCompiledType)
BuildManager
.GetBuildResultFromCache(appThemeCacheKey);
71
result = (BuildResultCompiledType)
BuildManager
.GetBuildResultFromCache(
113
themeBuildProvider.AssemblyNamePrefix +
BuildManager
.GenerateRandomAssemblyName(themeName));
125
BuildManager
.CacheBuildResult(cacheKey, result, utcStart);
Compilation\WebReferencesBuildProvider.cs (1)
41
s_indigoWebRefProviderType =
BuildManager
.GetType(IndigoWebRefProviderTypeName, false /*throwOnError*/);
Configuration\AuthenticationConfig.cs (1)
41
Debug.Assert(
BuildManager
.PreStartInitStage == PreStartInitStage.DuringPreStartInit);
Configuration\CodeSubDirectory.cs (2)
76
if (
BuildManager
.IsPrecompiledApp) {
108
if (
BuildManager
.IsReservedAssemblyName(directoryName)) {
Configuration\CompilationSection.cs (2)
790
if (
BuildManager
.IgnoreBadImageFormatException) {
858
if (assemblyName.StartsWith(
BuildManager
.WebAssemblyNamePrefix, StringComparison.Ordinal))
Configuration\ConfigUtil.cs (1)
39
val =
BuildManager
.GetType(typeName, true /*throwOnError*/, ignoreCase);
Configuration\HandlerFactoryCache.cs (1)
72
return
BuildManager
.GetType(type, throwOnError: true, ignoreCase: false);
Configuration\HealthMonitoringSectionHelper.cs (1)
539
type =
BuildManager
.GetType(typeName, false);
Configuration\HttpCapabilitiesBase.cs (3)
176
Type writerType =
BuildManager
.GetType(mtw, true /* throwOnFail */, false /* ignoreCase */);
274
adapterType =
BuildManager
.GetType(adapterTypename, false, false);
595
_tagwriter =
BuildManager
.GetType(tagWriter, true /*throwOnError*/);
Configuration\WebConfigurationHost.cs (2)
798
return
BuildManager
.GetType(typeName, throwOnError);
802
return
BuildManager
.GetNormalizedTypeName(t);
Handlers\AssemblyResourceLoader.cs (1)
101
_handlerExists = (typeof(AssemblyResourceLoader) ==
BuildManager
.GetType(handlerTypeString, true /*throwOnFail*/, false /*ignoreCase*/));
Hosting\HostingEnvironment.cs (3)
392
BuildManager
.ExecutePreAppStart();
394
BuildManager
.CallAppInitializeMethod();
1888
if (
BuildManager
.IsPrecompiledApp)
HttpApplicationFactory.cs (2)
195
_theApplicationType =
BuildManager
.GetGlobalAsaxType();
197
BuildResultCompiledGlobalAsaxType result =
BuildManager
.GetGlobalAsaxBuildResult();
HttpCachePolicy.cs (1)
337
target =
BuildManager
.GetType(targetTypeName, true /*throwOnFail*/, false /*ignoreCase*/);
HttpRuntime.cs (1)
525
BuildManager
.InitializeBuildManager();
Profile\HttpProfileBase.cs (5)
89
Type t =
BuildManager
.GetProfileType();
222
t =
BuildManager
.GetType(InheritsFromTypeString, true, true);
337
t =
BuildManager
.GetType(pps.Type, false);
362
t =
BuildManager
.GetProfileType();
619
return
BuildManager
.GetType(typeName, true, true);
Profile\ProfileManager.cs (2)
38
BuildManager
.ThrowIfPreAppStartNotRunning();
373
bool canInitializeDefaultProvider = (!HostingEnvironment.IsHosted ||
BuildManager
.PreStartInitStage == PreStartInitStage.AfterPreStartInit);
Routing\PageRouteHandler.cs (1)
90
Page page =
BuildManager
.CreateInstanceFromVirtualPath(virtualPath, typeof(Page)) as Page;
Security\FormsAuthentication.cs (1)
645
BuildManager
.ThrowIfPreAppStartNotRunning();
Security\Membership.cs (1)
389
(!HostingEnvironment.IsHosted ||
BuildManager
.PreStartInitStage == PreStartInitStage.AfterPreStartInit);
Security\Roles.cs (2)
80
BuildManager
.ThrowIfPreAppStartNotRunning();
552
bool canInitializeDefaultProvider = (!HostingEnvironment.IsHosted ||
BuildManager
.PreStartInitStage == PreStartInitStage.AfterPreStartInit);
UI\BaseTemplateParser.cs (1)
121
result =
BuildManager
.GetVPathBuildResult(virtualPath);
UI\ClientScriptManager.cs (1)
1484
_type =
BuildManager
.GetType(_typeNameForSerialization, true /*throwOnFail*/, false /*ignoreCase*/);
UI\ControlBuilder.cs (2)
2663
if (
BuildManager
.PrecompilingForUpdatableDeployment)
2751
if (
BuildManager
.PrecompilingForUpdatableDeployment)
UI\MasterPage.cs (1)
185
ITypedWebObjectFactory result = (ITypedWebObjectFactory)
BuildManager
.GetVPathBuildResult(
UI\Page.cs (2)
3441
(ITypedWebObjectFactory)
BuildManager
.GetVPathBuildResult(Context, _previousPagePath);
6399
_scriptManagerType =
BuildManager
.GetType("System.Web.UI.ScriptManager", false);
UI\PageHandlerFactory.cs (1)
62
Page page =
BuildManager
.CreateInstanceFromVirtualPath(
UI\PageParser.cs (6)
142
BuildResultCompiledType result = (BuildResultCompiledType)
BuildManager
.GetVPathBuildResult(
690
BuildManager
.ThrowIfPreAppStartNotRunning();
706
BuildManager
.ThrowIfPreAppStartNotRunning();
722
BuildManager
.ThrowIfPreAppStartNotRunning();
738
BuildManager
.ThrowIfPreAppStartNotRunning();
751
BuildManager
.ThrowIfPreAppStartNotRunning();
UI\SimpleHandlerFactory.cs (1)
39
BuildResultCompiledType result = (BuildResultCompiledType)
BuildManager
.GetVPathBuildResult(
UI\SimpleWebHandlerParser.cs (3)
118
BuildResultCompiledType result = (BuildResultCompiledType)
BuildManager
.GetVPathBuildResult(_virtualPath);
427
BuildResultCompiledAssembly result = (BuildResultCompiledAssembly)
BuildManager
.GetVPathBuildResult(
543
BuildResultCompiledType result = (BuildResultCompiledType)
BuildManager
.GetVPathBuildResult(
UI\TagNameToTypeMapper.cs (1)
151
return
BuildManager
.GetTypeFromCodeAssembly(typeName, true /*ignoreCase*/);
UI\TemplateControl.cs (2)
605
BuildResult result =
BuildManager
.GetVPathBuildResult(Context, virtualPath);
769
ITypedWebObjectFactory objectFactory = (ITypedWebObjectFactory)
BuildManager
.GetVPathBuildResult(
UI\TemplateParser.cs (7)
184
if (
BuildManager
.PrecompilingForDeployment)
230
BuildManager
.ReportParseError(parseError);
268
BuildManager
.ReportParseError(parseError);
1164
TextWriter precompTargetWriter =
BuildManager
.GetUpdatableDeploymentTargetWriter(CurrentVirtualPath, fileEncoding);
1191
attribValue =
BuildManager
.UpdatableInheritReplacementToken;
2208
BuildManager
.ValidateCodeFileVirtualPath(_codeFileVirtualPath);
2241
BuildResultCompiledAssembly result =
BuildManager
.GetVPathBuildResult(
UI\WebControls\DataBoundControlHelper.cs (1)
139
Type entityType =
BuildManager
.GetType(entityTypeName, throwOnError: false);
UI\WebControls\ModelDataSourceView.cs (1)
1289
return
BuildManager
.GetType(modelTypeName, true, true);
UI\WebControls\ObjectDataSourceView.cs (2)
1605
Type type =
BuildManager
.GetType(TypeName, false, true);
2032
Type dataObjectType =
BuildManager
.GetType(dataObjectTypeName, false, true);
UI\WebParts\WebPartUtil.cs (1)
24
return
BuildManager
.GetType(typeName, throwOnError);
System.Web.DynamicData (8)
DynamicData\DynamicDataRouteHandler.cs (1)
26
return (Page)
BuildManager
.CreateInstanceFromVirtualPath(s, typeof(Page));
DynamicData\DynamicHyperLink.cs (1)
257
Type contextType =
BuildManager
.GetType(contextTypeName, /* throwOnError */ true, /* ignoreCase */ true);
DynamicData\EntityTemplateFactory.cs (1)
39
return (EntityTemplateUserControl)
BuildManager
.CreateInstanceFromVirtualPath(
DynamicData\FieldTemplateFactory.cs (1)
327
return (IFieldTemplate)
BuildManager
.CreateInstanceFromVirtualPath(
DynamicData\FilterFactory.cs (1)
65
QueryableFilterUserControl filter = (QueryableFilterUserControl)
BuildManager
.CreateInstanceFromVirtualPath(
DynamicData\FilterRepeater.cs (1)
154
contextType =
BuildManager
.GetType(contextTypeName, /*throwOnError*/ true, /*ignoreCase*/ true);
DynamicData\FilterUserControlBase.cs (1)
202
contextType =
BuildManager
.GetType(contextTypeName, /*throwOnError*/ true, /*ignoreCase*/ true);
DynamicData\Util\TemplateFactory.cs (1)
149
return
BuildManager
.GetObjectFactory(virtualPath, /* throwIfNotFound */ false) != null;
System.Web.Entity (3)
System\Data\WebControls\EntityDataSource.cs (1)
277
_contextType = System.Web.Compilation.
BuildManager
.GetType(value, /*throwOnError*/false, /*ignoreCase*/true);
System\Data\WebControls\EntityDataSourceView.cs (2)
1126
contextType = System.Web.Compilation.
BuildManager
.GetType(_owner.ContextTypeName, /*throw on error*/ true);
1152
ICollection codeAssemblies = System.Web.Compilation.
BuildManager
.GetReferencedAssemblies();
System.Web.Extensions (14)
Compilation\WCFBuildProvider.cs (3)
121
if (
BuildManager
.TargetFramework.Version.Major < 4)
596
System.Collections.ICollection referencedAssemblyCollection =
BuildManager
.GetReferencedAssemblies();
609
return
BuildManager
.GetType(typeName, true);
Configuration\ConvertersCollection.cs (1)
80
Type t =
BuildManager
.GetType(converter.Type, false /*throwOnError*/);
Script\Services\WebServiceData.cs (3)
102
compiledType =
BuildManager
.GetCompiledType(virtualPath);
106
object page =
BuildManager
.CreateInstanceFromVirtualPath(virtualPath, typeof(System.Web.UI.Page));
120
BuildDependencySet deps =
BuildManager
.GetCachedBuildDependencySet(context, virtualPath);
UI\BundleReflectionHelper.cs (1)
117
Type bundleResolverType =
BuildManager
.GetType("System.Web.Optimization.BundleResolver", throwOnError: false);
UI\ScriptManager.cs (1)
321
referencedAssemblies =
BuildManager
.GetReferencedAssemblies().OfType<Assembly>();
UI\WebControls\ContextDataSourceView.cs (1)
156
entityType =
BuildManager
.GetType(typeName, /*throwOnFail*/ false, /*ignoreCase*/ true);
UI\WebControls\DataSourceHelper.cs (1)
102
return
BuildManager
.GetType(typeName, true /* throwOnError */, true /* ignoreCase */);
UI\WebControls\Expressions\MethodExpression.cs (1)
61
return
BuildManager
.GetType(typeName, false /* throwOnError */, true /* ignoreCase */);
UI\WebControls\Expressions\OfTypeExpression.cs (1)
64
return
BuildManager
.GetType(typeName, true /* throwOnError */, true /* ignoreCase */);
UI\WebControls\LinqDataSourceView.cs (1)
117
_contextType =
BuildManager
.GetType(typeName, /*throwOnFail*/true, /*ignoreCase*/true);
System.WorkflowServices (1)
System\ServiceModel\Activation\WorkflowServiceHostFactory.cs (1)
152
compiledString =
BuildManager
.GetCompiledCustomString(baseAddresses[0].AbsolutePath);
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
215
return
BuildManager
.GetCompiledType(normalizedVirtualPath);