3 references to AddDeclarativeSecurity
mscorlib (3)
system\reflection\emit\constructorbuilder.cs (1)
249TypeBuilder.AddDeclarativeSecurity(GetModuleBuilder().GetNativeHandle(), GetToken().Token, action, blob, blob.Length);
system\reflection\emit\methodbuilder.cs (1)
953TypeBuilder.AddDeclarativeSecurity(m_module.GetNativeHandle(), MetadataTokenInternal, action, blob, length);
system\reflection\emit\typebuilder.cs (1)
2574AddDeclarativeSecurity(m_module.GetNativeHandle(), m_tdType.Token, action, blob, length);