Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / Compilation / WebReferencesBuildProvider.cs / 1 / WebReferencesBuildProvider.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System; using System.Globalization; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Specialized; using System.Net; using System.Xml.Serialization; #if !FEATURE_PAL using System.Web.Services.Description; using System.Web.Services.Discovery; #endif // !FEATURE_PAL using System.Web.Hosting; using System.Web.UI; using System.Web.Util; using Util=System.Web.UI.Util; internal class WebReferencesBuildProvider: BuildProvider { private VirtualDirectory _vdir; private const string IndigoWebRefProviderTypeName = "System.Web.Compilation.WCFBuildProvider"; private static Type s_indigoWebRefProviderType; private static bool s_triedToGetWebRefType; internal WebReferencesBuildProvider(VirtualDirectory vdir) { _vdir = vdir; } public override void GenerateCode(AssemblyBuilder assemblyBuilder) { // Only attempt to get the Indigo provider once if (!s_triedToGetWebRefType) { s_indigoWebRefProviderType = BuildManager.GetType(IndigoWebRefProviderTypeName, false /*throwOnError*/); s_triedToGetWebRefType = true; } // If we have an Indigo provider, instantiate it and forward the GenerateCode call to it if (s_indigoWebRefProviderType != null) { BuildProvider buildProvider = (BuildProvider)HttpRuntime.CreateNonPublicInstance(s_indigoWebRefProviderType); buildProvider.SetVirtualPath(VirtualPathObject); buildProvider.GenerateCode(assemblyBuilder); } // e.g "/MyApp/Application_WebReferences" VirtualPath rootWebRefDirVirtualPath = HttpRuntime.WebRefDirectoryVirtualPath; // e.g "/MyApp/Application_WebReferences/Foo/Bar" string currentWebRefDirVirtualPath = _vdir.VirtualPath; Debug.Assert(StringUtil.StringStartsWithIgnoreCase( currentWebRefDirVirtualPath, rootWebRefDirVirtualPath.VirtualPathString)); string ns; if (rootWebRefDirVirtualPath.VirtualPathString.Length == currentWebRefDirVirtualPath.Length) { // If it's the root WebReferences dir, use the empty namespace ns = String.Empty; } else { // e.g. "Foo/Bar" Debug.Assert(rootWebRefDirVirtualPath.HasTrailingSlash); currentWebRefDirVirtualPath = UrlPath.RemoveSlashFromPathIfNeeded(currentWebRefDirVirtualPath); currentWebRefDirVirtualPath = currentWebRefDirVirtualPath.Substring( rootWebRefDirVirtualPath.VirtualPathString.Length); // Split it into chunks separated by '/' string[] chunks = currentWebRefDirVirtualPath.Split('/'); // Turn all the relevant chunks into valid namespace chunks for (int i=0; i// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System; using System.Globalization; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Specialized; using System.Net; using System.Xml.Serialization; #if !FEATURE_PAL using System.Web.Services.Description; using System.Web.Services.Discovery; #endif // !FEATURE_PAL using System.Web.Hosting; using System.Web.UI; using System.Web.Util; using Util=System.Web.UI.Util; internal class WebReferencesBuildProvider: BuildProvider { private VirtualDirectory _vdir; private const string IndigoWebRefProviderTypeName = "System.Web.Compilation.WCFBuildProvider"; private static Type s_indigoWebRefProviderType; private static bool s_triedToGetWebRefType; internal WebReferencesBuildProvider(VirtualDirectory vdir) { _vdir = vdir; } public override void GenerateCode(AssemblyBuilder assemblyBuilder) { // Only attempt to get the Indigo provider once if (!s_triedToGetWebRefType) { s_indigoWebRefProviderType = BuildManager.GetType(IndigoWebRefProviderTypeName, false /*throwOnError*/); s_triedToGetWebRefType = true; } // If we have an Indigo provider, instantiate it and forward the GenerateCode call to it if (s_indigoWebRefProviderType != null) { BuildProvider buildProvider = (BuildProvider)HttpRuntime.CreateNonPublicInstance(s_indigoWebRefProviderType); buildProvider.SetVirtualPath(VirtualPathObject); buildProvider.GenerateCode(assemblyBuilder); } // e.g "/MyApp/Application_WebReferences" VirtualPath rootWebRefDirVirtualPath = HttpRuntime.WebRefDirectoryVirtualPath; // e.g "/MyApp/Application_WebReferences/Foo/Bar" string currentWebRefDirVirtualPath = _vdir.VirtualPath; Debug.Assert(StringUtil.StringStartsWithIgnoreCase( currentWebRefDirVirtualPath, rootWebRefDirVirtualPath.VirtualPathString)); string ns; if (rootWebRefDirVirtualPath.VirtualPathString.Length == currentWebRefDirVirtualPath.Length) { // If it's the root WebReferences dir, use the empty namespace ns = String.Empty; } else { // e.g. "Foo/Bar" Debug.Assert(rootWebRefDirVirtualPath.HasTrailingSlash); currentWebRefDirVirtualPath = UrlPath.RemoveSlashFromPathIfNeeded(currentWebRefDirVirtualPath); currentWebRefDirVirtualPath = currentWebRefDirVirtualPath.Substring( rootWebRefDirVirtualPath.VirtualPathString.Length); // Split it into chunks separated by '/' string[] chunks = currentWebRefDirVirtualPath.Split('/'); // Turn all the relevant chunks into valid namespace chunks for (int i=0; i
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BitmapFrameEncode.cs
- GetLedgerEntryForRecipientRequest.cs
- Vector3DAnimationUsingKeyFrames.cs
- TextClipboardData.cs
- StandardToolWindows.cs
- DataGridViewColumnTypeEditor.cs
- ResourceDictionaryCollection.cs
- XamlTemplateSerializer.cs
- SoapExtensionImporter.cs
- PixelShader.cs
- QueryPageSettingsEventArgs.cs
- HttpHeaderCollection.cs
- WebSysDefaultValueAttribute.cs
- DbConnectionFactory.cs
- CollectionViewGroupInternal.cs
- XhtmlBasicLinkAdapter.cs
- UnsafeNativeMethods.cs
- MultiBinding.cs
- Command.cs
- Script.cs
- Fx.cs
- EventlogProvider.cs
- DependencyPropertyKind.cs
- WebPartVerb.cs
- TransactionInformation.cs
- SystemKeyConverter.cs
- ParameterEditorUserControl.cs
- LOSFormatter.cs
- SQLStringStorage.cs
- PageContent.cs
- ValidationError.cs
- COAUTHIDENTITY.cs
- XmlSchemaDatatype.cs
- ProviderMetadataCachedInformation.cs
- AssemblyNameProxy.cs
- AnchorEditor.cs
- WebPartManager.cs
- QueryCacheKey.cs
- ZipIOLocalFileBlock.cs
- QueryPageSettingsEventArgs.cs
- TogglePatternIdentifiers.cs
- EntityStoreSchemaFilterEntry.cs
- TextRenderer.cs
- ContentPlaceHolder.cs
- BroadcastEventHelper.cs
- NativeMethods.cs
- TransformationRules.cs
- SessionIDManager.cs
- CachedFontFamily.cs
- XmlFormatWriterGenerator.cs
- PrinterResolution.cs
- TemplateKey.cs
- RemotingConfiguration.cs
- BindingListCollectionView.cs
- AncestorChangedEventArgs.cs
- WSSecurityPolicy11.cs
- VisualCollection.cs
- GlyphElement.cs
- PermissionSet.cs
- recordstatescratchpad.cs
- EdmError.cs
- PathParser.cs
- PerformanceCounterLib.cs
- HMACMD5.cs
- PkcsMisc.cs
- ConfigurationException.cs
- SystemInfo.cs
- RoleManagerSection.cs
- OleAutBinder.cs
- MiniCustomAttributeInfo.cs
- ColorComboBox.cs
- UpdateCompiler.cs
- ArgIterator.cs
- FixedDocumentPaginator.cs
- XamlHostingConfiguration.cs
- HierarchicalDataBoundControl.cs
- SecurityChannelFaultConverter.cs
- XPathArrayIterator.cs
- Matrix3DConverter.cs
- Int32CollectionConverter.cs
- InputReferenceExpression.cs
- ImageButton.cs
- InstanceLockedException.cs
- QuaternionRotation3D.cs
- GenericPrincipal.cs
- ServiceHandle.cs
- PopOutPanel.cs
- XmlSchemaSimpleTypeRestriction.cs
- Knowncolors.cs
- GeneralTransformGroup.cs
- TypeToken.cs
- Base64Encoder.cs
- followingsibling.cs
- SqlReorderer.cs
- ExecutionContext.cs
- srgsitem.cs
- SqlParameterCollection.cs
- StateWorkerRequest.cs
- LinqDataSourceValidationException.cs
- PatternMatcher.cs