2 references to AllowUnsafeAttributeName
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestWorkspace_XmlConsumption.cs (1)
604
var allowUnsafeAttribute = compilationOptionsElement.Attribute(
AllowUnsafeAttributeName
);
Workspaces\TestWorkspace_XmlCreation.cs (1)
136
element.SetAttributeValue(
AllowUnsafeAttributeName
, csOptions.AllowUnsafe);