16 references to BreakHowType
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (8)
Emit\CompilationEmitTests.cs (8)
5248
output.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
5255
output.BreakHow = BrokenStream.
BreakHowType
.ThrowOnSetPosition;
5275
pdbStream.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
5292
pdb.BreakHow = BrokenStream.
BreakHowType
.ThrowOnSetLength;
5538
broken.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
5551
broken.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
5569
broken.BreakHow = BrokenStream.
BreakHowType
.CancelOnWrite;
5590
broken.BreakHow = BrokenStream.
BreakHowType
.CancelOnWrite;
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Emit\EditAndContinue\EditAndContinueTests.cs (2)
13285
badStream.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
13373
badStream.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\XmlDocCommentTests.cs (1)
56
badStream.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
Microsoft.CodeAnalysis.Test.Utilities (5)
Pe\BrokenStream.cs (5)
22
public
BreakHowType
BreakHow;
60
if (BreakHow ==
BreakHowType
.ThrowOnSetPosition)
80
if (BreakHow ==
BreakHowType
.ThrowOnSetLength)
89
if (BreakHow ==
BreakHowType
.ThrowOnWrite)
94
else if (BreakHow ==
BreakHowType
.CancelOnWrite)