10 references to CodeFileVirtualPath
System.Web (10)
Compilation\BaseCodeDomTreeGenerator.cs (2)
247Debug.Assert(Parser.CodeFileVirtualPath != null); 300if (PrecompilingForUpdatableDeployment && Parser.CodeFileVirtualPath == null)
Compilation\BaseTemplateBuildProvider.cs (3)
98if (_parser.CodeFileVirtualPath == null) 104return new SingleObjectCollection(_parser.CodeFileVirtualPath); 155if (Parser.CodeFileVirtualPath != null) {
Compilation\TemplateControlCodeDomTreeGenerator.cs (4)
79if (!_designerMode && Parser.CodeFileVirtualPath != null) { 81Parser.CodeFileVirtualPath.VirtualPathString, badBaseClassLineMarker); 179if (!_designerMode && Parser.CodeFileVirtualPath != null) { 181Parser.CodeFileVirtualPath.VirtualPathString, badBaseClassLineMarker);
UI\TemplateControlParser.cs (1)
302if (ScriptList.Count == 0 && BaseType == DefaultBaseType && CodeFileVirtualPath == null)