9 references to None
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (1)
94
_methodBuilder.DefineParameter(arg.Index, ParameterAttributes.
None
, arg.Name);
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
1431
dynamicMethod.DefineParameter(1, ParameterAttributes.
None
, "value");
System.Private.CoreLib (1)
src\System\Reflection\RuntimeParameterInfo.cs (1)
207
AttrsImpl = ParameterAttributes.
None
;
System.Private.Xml (3)
System\Xml\Serialization\CodeGenerator.cs (1)
102
_methodBuilder!.DefineParameter(arg.Index, ParameterAttributes.
None
, arg.Name);
System\Xml\Xsl\IlGen\XmlILModule.cs (2)
159
methBldr.DefineParameter(1, ParameterAttributes.
None
, RuntimeName);
164
methBldr.DefineParameter(i + (isRaw ? 1 : 2), ParameterAttributes.
None
, paramNames[i]);
System.Reflection.Emit (1)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
299
parameters[i] = new ParameterInfoWrapper(new ParameterBuilderImpl(this, i, ParameterAttributes.
None
, null), _parameterTypes[i]);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\RoThinMethodParameter.cs (1)
23
public sealed override ParameterAttributes Attributes => ParameterAttributes.
None
;
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComImportInteropInterfaceDetailsStrategy.cs (1)
148
cb.DefineParameter(1, ParameterAttributes.
None
, "assemblyName");