13 references to DynamicAttribute
ConfigurationSchemaGenerator.Tests (1)
GeneratorTests.cs (1)
755MetadataReference.CreateFromFile(typeof(DynamicAttribute).Assembly.Location),
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ICompilationExtensions.cs (1)
187=> compilation.GetTypeByMetadataName(typeof(DynamicAttribute).FullName!);
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ICompilationExtensions.cs (1)
187=> compilation.GetTypeByMetadataName(typeof(DynamicAttribute).FullName!);
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (5)
313System.Runtime.CompilerServices.DynamicAttribute da = null; 320var o = field.AssociatedFieldInfo.GetCustomAttributes(typeof(System.Runtime.CompilerServices.DynamicAttribute), false); 323da = o[0] as System.Runtime.CompilerServices.DynamicAttribute; 334var o = prop.AssociatedPropertyInfo.GetCustomAttributes(typeof(System.Runtime.CompilerServices.DynamicAttribute), false); 337da = o[0] as System.Runtime.CompilerServices.DynamicAttribute;
netstandard (1)
netstandard.cs (1)
1528[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DynamicAttribute))]
System.Core (1)
System.Core.cs (1)
188[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DynamicAttribute))]
System.Dynamic.Runtime (1)
System.Dynamic.Runtime.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DynamicAttribute))]
System.Linq.Expressions (2)
System\Runtime\CompilerServices\DynamicAttribute.cs (2)
17/// Initializes a new instance of the <see cref="DynamicAttribute"/> class. 31/// Initializes a new instance of the <see cref="DynamicAttribute"/> class.