1 write to _codeFileVirtualPath
System.Web (1)
UI\TemplateParser.cs (1)
2191
_codeFileVirtualPath
= ResolveVirtualPath(codeFileVirtualPath);
10 references to _codeFileVirtualPath
System.Web (10)
UI\TemplateParser.cs (10)
456
internal VirtualPath CodeFileVirtualPath { get { return
_codeFileVirtualPath
; } }
1012
if (directiveName.Length == 0 &&
_codeFileVirtualPath
!= null) {
2032
if (codeFileBaseTypeName != null &&
_codeFileVirtualPath
== null) {
2047
if (
_codeFileVirtualPath
!= null) {
2059
if (
_codeFileVirtualPath
!= null) {
2189
Debug.Assert(
_codeFileVirtualPath
== null);
2195
_codeFileVirtualPath
);
2208
BuildManager.ValidateCodeFileVirtualPath(
_codeFileVirtualPath
);
2211
Util.CheckVirtualFileExists(
_codeFileVirtualPath
);
2216
AddSourceDependency(
_codeFileVirtualPath
);