Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / System / Runtime / CompilerServices / ExecutionScope.cs / 1305376 / ExecutionScope.cs
using System;
using System.Linq.Expressions;
namespace System.Runtime.CompilerServices
{
// Kept for backwards compatibility. Unused
[Obsolete("do not use this type", true)]
public class ExecutionScope
{
public ExecutionScope Parent;
public object[] Globals;
public object[] Locals;
internal ExecutionScope()
{
Parent = null;
Globals = null;
Locals = null;
}
public object[] CreateHoistedLocals()
{
throw new NotSupportedException();
}
public Delegate CreateDelegate(int indexLambda, object[] locals)
{
throw new NotSupportedException();
}
public Expression IsolateExpression(Expression expression, object[] locals)
{
throw new NotSupportedException();
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
using System;
using System.Linq.Expressions;
namespace System.Runtime.CompilerServices
{
// Kept for backwards compatibility. Unused
[Obsolete("do not use this type", true)]
public class ExecutionScope
{
public ExecutionScope Parent;
public object[] Globals;
public object[] Locals;
internal ExecutionScope()
{
Parent = null;
Globals = null;
Locals = null;
}
public object[] CreateHoistedLocals()
{
throw new NotSupportedException();
}
public Delegate CreateDelegate(int indexLambda, object[] locals)
{
throw new NotSupportedException();
}
public Expression IsolateExpression(Expression expression, object[] locals)
{
throw new NotSupportedException();
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectIDGenerator.cs
- EntityModelBuildProvider.cs
- ListItemViewControl.cs
- WebPartDisplayMode.cs
- ProxyDataContractResolver.cs
- SchemaNotation.cs
- CryptoApi.cs
- XmlSerializerVersionAttribute.cs
- ResXFileRef.cs
- DataGridState.cs
- IIS7WorkerRequest.cs
- LookupNode.cs
- DataSourceExpression.cs
- Vector3DIndependentAnimationStorage.cs
- CriticalFinalizerObject.cs
- InstancePersistenceCommand.cs
- UIElement.cs
- TraceSection.cs
- PersonalizationState.cs
- ContentTextAutomationPeer.cs
- ConfigurationStrings.cs
- IPipelineRuntime.cs
- TextHidden.cs
- ProgressChangedEventArgs.cs
- FormatException.cs
- OleAutBinder.cs
- ClassHandlersStore.cs
- QilInvokeEarlyBound.cs
- AssemblyName.cs
- IPipelineRuntime.cs
- ISSmlParser.cs
- ServiceModelEnumValidator.cs
- GatewayIPAddressInformationCollection.cs
- ServiceOperationWrapper.cs
- EditorPart.cs
- SingleQueryOperator.cs
- DataTable.cs
- StringValidatorAttribute.cs
- QilName.cs
- AutomationPropertyInfo.cs
- _StreamFramer.cs
- DbCommandTree.cs
- TableDetailsCollection.cs
- _HeaderInfoTable.cs
- Utils.cs
- ConditionalAttribute.cs
- MethodSet.cs
- loginstatus.cs
- FieldBuilder.cs
- Permission.cs
- Int16Converter.cs
- Attributes.cs
- SqlUtils.cs
- OperationContractGenerationContext.cs
- LifetimeServices.cs
- Subordinate.cs
- Matrix.cs
- SrgsGrammar.cs
- VerificationAttribute.cs
- OleDbReferenceCollection.cs
- ConnectionProviderAttribute.cs
- WithParamAction.cs
- PasswordRecoveryDesigner.cs
- DataGridPageChangedEventArgs.cs
- SelectionRange.cs
- CmsUtils.cs
- COM2IPerPropertyBrowsingHandler.cs
- XslCompiledTransform.cs
- _NTAuthentication.cs
- XmlSchemaCompilationSettings.cs
- SqlSelectStatement.cs
- EntitySetDataBindingList.cs
- sqlnorm.cs
- StylusCaptureWithinProperty.cs
- IdentityReference.cs
- ClientSettings.cs
- PathFigure.cs
- ValidatingPropertiesEventArgs.cs
- MinimizableAttributeTypeConverter.cs
- XmlJsonWriter.cs
- XamlGridLengthSerializer.cs
- XmlEncodedRawTextWriter.cs
- TreeViewHitTestInfo.cs
- GuidConverter.cs
- VisualTransition.cs
- NetWebProxyFinder.cs
- DataView.cs
- HashMembershipCondition.cs
- TypeConverterHelper.cs
- ToolStripItemGlyph.cs
- ValuePatternIdentifiers.cs
- LocationReferenceEnvironment.cs
- TextRangeEdit.cs
- VisualStyleInformation.cs
- Soap.cs
- NumberFunctions.cs
- OleDbMetaDataFactory.cs
- LinkUtilities.cs
- ValueChangedEventManager.cs
- LogLogRecordHeader.cs