PowerShell/src/System.Management.Automation/engine
xtqqczze 6c03776d74
Use is null syntax (#13277)
Replace `== null` with `is null`
2020-07-30 18:04:03 +05:00
..
COM Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ComInterop Formatting: remove duplicate semicolons (#12666) 2020-05-17 15:07:06 -07:00
CommandCompletion Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
debugger Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ExperimentalFeature Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
hostifaces Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
interpreter Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
lang Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
Modules Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
parser Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
remoting Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
runtime Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
WinRT Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
AliasInfo.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ApplicationInfo.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ArgumentTypeConverterAttribute.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
Attributes.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
AutomationEngine.cs Code performance fixes (#12956) 2020-06-25 11:30:40 +05:00
AutomationNull.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ChildrenCmdletProviderInterfaces.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
cmdlet.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CmdletFamilyProviderInterfaces.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CmdletInfo.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CmdletParameterBinderController.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CodeMethods.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CommandBase.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CommandDiscovery.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CommandInfo.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CommandMetadata.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CommandParameter.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CommandPathSearch.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CommandProcessor.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CommandProcessorBase.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CommandSearcher.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CommonCommandParameters.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CompiledCommandParameter.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ConfigurationInfo.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ContentCmdletProviderInterfaces.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CoreAdapter.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
Credential.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
CultureVariable.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
DataStoreAdapter.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
DataStoreAdapterProvider.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
DefaultCommandRuntime.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
DriveInterfaces.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
DriveNames.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
DscResourceInfo.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
DscResourceSearcher.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
EngineIntrinsics.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
EnumExpressionEvaluator.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
EnumMinimumDisambiguation.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ErrorPackage.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
EventManager.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ExecutionContext.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ExtendedTypeSystemException.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ExternalScriptInfo.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ExtraAdapter.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
FilterInfo.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
FunctionInfo.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
GetCommandCommand.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ICommandRuntime.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
InformationRecord.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
InitialSessionState.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
InternalCommands.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
InvocationInfo.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ItemCmdletProviderInterfaces.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
LanguagePrimitives.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ManagementObjectAdapter.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
MergedCommandParameterMetadata.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
MinishellParameterBinderController.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
MshCmdlet.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
MshCommandRuntime.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
MshMemberInfo.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
MshObject.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
MshObjectTypeDescriptor.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
MshReference.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
MshSecurityException.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
MshSnapinQualifiedName.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
NativeCommand.cs Formatting: Add empty line between declarations (#12824) 2020-05-29 04:56:33 +00:00
NativeCommandParameterBinder.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
NativeCommandParameterBinderController.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
NativeCommandProcessor.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
NullString.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ObjectEventRegistrationBase.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ParameterBinderBase.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ParameterBinderController.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ParameterInfo.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ParameterSetInfo.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ParameterSetPromptingData.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ParameterSetSpecificMetadata.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
PathInterfaces.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
Pipe.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
pipeline.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
PositionalCommandParameter.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
PowerShellStreamType.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ProcessCodeMethods.cs Add missing assessibility modifiers (#12820) 2020-05-31 04:46:24 +00:00
ProgressRecord.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
PropertyCmdletProviderInterfaces.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ProviderInterfaces.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ProviderNames.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ProxyCommand.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
PSClassInfo.cs Use nameof operator (#12716) 2020-05-19 18:57:52 +00:00
PSClassSearcher.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
PSConfiguration.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
PseudoParameterBinder.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
PseudoParameters.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
PSVersionInfo.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
QuestionMarkVariable.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ReflectionParameterBinder.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
regex.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ScopedItemSearcher.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ScriptCommand.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ScriptCommandProcessor.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ScriptInfo.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
scriptparameterbinder.cs Formatting: Add empty line between declarations (#12824) 2020-05-29 04:56:33 +00:00
scriptparameterbindercontroller.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SecurityDescriptorCmdletProviderInterfaces.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SecurityManagerBase.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
serialization.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SerializationStrings.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
SessionState.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateAliasAPIs.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateCmdletAPIs.cs Use nameof operator (#12716) 2020-05-19 18:57:52 +00:00
SessionStateContainer.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateContent.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateDriveAPIs.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateDynamicProperty.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateFunctionAPIs.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateItem.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateLocationAPIs.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateNavigation.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateProperty.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateProviderAPIs.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStatePublic.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateScope.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateScopeAPIs.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateScopeEnumerator.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateSecurityDescriptorInterface.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateStrings.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
SessionStateUtils.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SessionStateVariableAPIs.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
ShellVariable.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
SpecialVariables.cs Add readonly modifier to internal static members (#11777) 2020-05-31 05:10:22 +00:00
ThirdPartyAdapter.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
TransactedString.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
TransactionManager.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
TypeMetadata.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
TypeTable.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
TypeTable_GetEvent_Types_Ps1Xml.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
TypeTable_Types_Ps1Xml.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
TypeTable_TypesV3_Ps1Xml.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
UserFeedbackParameters.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
Utils.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
VariableAttributeCollection.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
VariableInterfaces.cs Use is null syntax (#13277) 2020-07-30 18:04:03 +05:00
VariablePath.cs Use nameof operator (#12716) 2020-05-19 18:57:52 +00:00