1 write to Value
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\DllImportAttribute.cs (1)
11Value = dllName;
3 references to Value
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
InteractiveSessionTests.cs (1)
289Assert.Equal("goo", dllImport.Value);
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
322new CustomAttributeTypedArgument(dllImport.Value),
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.DllImport.cs (1)
39CustomAttributeTypedArgument[] cats = { new CustomAttributeTypedArgument(ct[CoreType.String]!, dia.Value) };