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